sendBeacon 接口案例demo。 if ('sendBeacon' in navigator) { window. ... function sendBeacon(url, data) { try { fetch(url, { method: 'POST', ...
確定! 回上一頁