随笔分类 -  建站

摘要:今天继续自己的项目,需要在js中用xmlrequest执行服务器脚本并返回数据 request = new XMLHttpRequest(); request.open('GET', "dyhref.php?idn=" + (aid+1)); request.responseType = 'text 阅读全文

posted @ 2020-07-06 17:07 RorinL 阅读(100) 评论(0) 推荐(0)