摘要: 1 function ajax(type,url,data){ 2 var xhr; 3 if(XMLHttpRequest){ 4 xhr = new XMLHttpRequest(); 5 }else{ 6 xhr = new ActiveXObject("MicroSoft.XMLHttp"); 7 } 8 ... 阅读全文
posted @ 2018-06-12 14:35 小小Developer 阅读(65) 评论(0) 推荐(0)