摘要:
js类似于这样:function send() { var xhr = new XMLHttpRequest(); xhr.open("post", "AjaxTest.aspx", true); //xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); xhr.onreadystatechange = function() { if (xhr.readyState===4) { ... 阅读全文
posted @ 2013-06-27 22:30
中本傻
阅读(716)
评论(0)
推荐(0)

浙公网安备 33010602011771号