ajax

来源:互联网 发布:马前课指算法 编辑:程序博客网 时间:2024/05/16 18:49

XMLHttpRequest 对象如果要用于 AJAX 的话,其 open() 方法的 async 参数必须设置为 true:

xmlhttp.open("GET","ajax_test.asp",true);
0 0
原创粉丝点击