摘要: 1.get请求 var inputpath = document.getElementById("inputpath").value; //获取输入框的值作为参数 // 创建一个ajax对象 const xhr = new XMLHttpRequest(); xhr.open("get", urls 阅读全文
posted @ 2023-06-02 11:05 红烧鼻屎 阅读(137) 评论(0) 推荐(0)