c#开发园地

c#开发园地

管理

文章分类 -  AJAX

摘要:open()方法 你需要调用open(DOMString method,DOMString uri,【boolean async】,【DOMString username】,【DOMString password】)方法初始化一个XMLHttpRequest对象。其中,method参数是必须提供的-用于指定你想用来发送请求的HTTP协议 (GET,POST,PUT)。为了把数据发送到服务... 阅读全文
posted @ 2008-04-06 18:33 chl 编辑

摘要:xmlhttprequest:statusText成员(只读属性) 数字代表 xmlhttprequest:status成员 100 Continue 101 Switching protocols 200 OK 201 Created 202 Accepted 203 Non-Authoritative Information 204 N... 阅读全文
posted @ 2008-03-10 18:14 chl 编辑