为什么php不能接收。。
 $.ajax({
       type: post,
        url: index.php,
        data: location=img_png_src,
        success: function(msg){
         alert( data saved:  + msg );
           }
      });
php接受不了 报错了 notice: undefined index: location in c:\wamp\www\makebanner\index.php on line 45                                              
                  分享到:                更多
------解决方案--------------------
   
 
   