sendBeacon 发送的是POST 请求; 传输数据有限制(在Windows Chorme 浏览器 ... function sendBeacon(url, data) { try { fetch(url, { method: 'POST' ...
確定! 回上一頁