ajax传图片的方法

$.ajax({
data:{
'img':img[0].currentSrc,
},
type:"post",
url:"http://192.168.1.33/jhk/jhk.php",
async:false,
success:function(data){
write(data);
}
});

posted on 2017-03-16 13:45  杨廷贯  阅读(280)  评论(0)    收藏  举报