时间:2021-07-01 10:21:17 帮助过:8人阅读
3个id可以直接php/s18.php?id1=1&id2=2&id3=3这样直接传值过去了
也可以json数组传过去
var arr1 = a.split("|");
var s = '';
for(var i=0;i
s += '&aa[]='+aa;
}
}
xmlhttp.open("POST","../php/s18.php",true)
xmlhttp.setRequestHeader("Content-Type","application/x-www-form-urlencoded");
xmlhttp.onreadystatechange=chuli_18;
xmlhttp.send(s.substr(1));
keyword:qwrap