// ajax 基本语法 const xhr = new XMLHttpRequest() xhr.open() xhr.send() xhr.onload = function () { console.log(xhr.responseText) }
posted on 2026-06-21 11:29 adong搬砖 阅读(3) 评论(0) 收藏 举报
博客园 © 2004-2026 浙公网安备 33010602011771号 浙ICP备2021040463号-3