xmlhttp.send这句是什么意思 xmlhttp.send这句是什么意思xmlhttp的send是传递参数用的,但是只有在使用post方式提交请求的时候才有用如下:xmlhttp.open("post",url,true); 。。。xmlhttp.s... 小编 /XML/XSL /2023-11-01 /0 评论 /32 阅读