2021年9月27日
摘要: 一.局部刷新 1.创建异步对象: var xmlHttp =new XMLHttpRequest(); 2.绑定事件: xmlHttp.onreadystatechange =function () { //处理服务端返回的数据,更新当前页面 // alert("readyState属性值: "+x 阅读全文
posted @ 2021-09-27 22:57 比企苦 阅读(19) 评论(0) 推荐(0)