摘要:
点击 阅读全文
posted @ 2018-11-14 22:30
红炉一点雪cck
阅读(597)
评论(0)
推荐(0)
摘要:
function ajax(method,url,data,fn){ // 1、创建对象 var xhr=null; try{ xhr=new XMLHttpRequest(); }catch(e){ xhr=new ActiveXObject("Microsoft.XMLHTTP"); } // 2、open方法 ... 阅读全文
posted @ 2018-11-14 22:26
红炉一点雪cck
阅读(532)
评论(0)
推荐(0)
摘要:
小桥 流水 人家 阅读全文
posted @ 2018-11-14 22:23
红炉一点雪cck
阅读(247)
评论(0)
推荐(0)