-
jquery实现Ajax查看全部
-
兼容浏览器查看全部
-
json的解析查看全部
-
json语法规则查看全部
-
json语法规则查看全部
-
json XML查看全部
-
json基本概念查看全部
-
php作用查看全部
-
php查看全部
-
监听异步请求的过程查看全部
-
http响应的状态查看全部
-
xmlHTTPResquest取得响应查看全部
-
XMLHttpRequest发送请求方法: 1.open(method(post/get),url,async(同步还是异步,异步是true,同步是false,大多数异步。异步true可省略。) 2.send(string)如果为post请求方式,send要加String,否则无意义,但是也是可以不加的,get方法可以不加string. request.open("POST","create.php",true); request.setRequestHeader("Content-type","application/x-www-form-urlencoded");//setrequestwaeeter("content-typte","application/x-www-form-urlencoded");放在中间 request.send("name=二狗&sex=男");查看全部
-
http状态码查看全部
-
一个http响应查看全部
举报
0/150
提交
取消