<div class="jb51code">
<pre class="brush:xhtml;">
login.onclick = function(){
var xhr = new XMLHttpRequest();
xhr.open("get","http://localhost/ajax2/test2.php?username="+username.value+"&pwd="+pwd2.value,true);
xhr.send();
xhr.onreadystatechange = function(){
if (xhr.readyState == 4) {
if (xhr.status>=200 && xhr.status<300) {
alert(xhr.responseText);
};
};
}
}
rush:xhtml;">
btn.onclick = function(){
ajax(
"GET","http://localhost/ajax2/my02.
PHP",{xingming:xingming.value,pwd:pwd.value},function(data){
console.log(data);
},function(errCode){
console.log(errCode);
}
)
02 速度. get的速度快
rush:xhtml;">
var sc = document.createElement("script");
sc.type = "text/javascript";
document.body.appendChild(sc);
sc.src = "http://localhost/ajax2/jsonp.
PHP?cb=myCallBack";
function myCallBack(data){
console.log(data);
}
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。