数组转字符串
var imgList =[]; $(".load-pic img").each(function(){ imgList.push($(this).attr('src')) }) param.picUrl =imgList.join();