摘要:
function ajax(method,url,callback,data){ let xhr = new XMLHttpRequest() || new ActiveXObject('Microsoft.XMLHTTP') xhr.open(method,url,true) if(method 阅读全文
posted @ 2019-10-26 12:44
yezichengy
阅读(279)
评论(0)
推荐(0)
2019年10月26日