如需将请求发送到服务器,我们使用XMLHttpRequest 对象的open() 和send() 方法: xmlhttp.open("GET","test1.txt",true); ...
www.w3school.com.cn