Ajax基础教程(2)-使用XMLHttpRequest对象 2.2 方法和属性
2017-02-06
48
Ajax基础教程(2)-使用XMLHttpRequest对象 2.2 方法和属性2009-11-10CSDN表2-1显示了XMLHttpRequest对象的一些典型方法。不要担心,稍后就会详细介绍这些方法。下面来更详细地讨论这些方法。void open(string method, string url, boolean asynch, string username, string password):这个方法会建立对服务器的调用。这是初始化一个请求的纯...