摘要: function down(){ var imgUrl = document.getElementById("img").src; var xmlhttp; xmlhttp = new XMLHttpRequest(); //用于在后台与服务器交换数据 xmlhttp.open("GET", img 阅读全文
posted @ 2020-12-17 10:36 木板 阅读(440) 评论(0) 推荐(0)