(!navigator.sendBeacon) return true; // 數據發送的URL的例子 let url = '/api/log-visit'; // 要發送的數據 let data = new FormData(); data.append(' ...
確定! 回上一頁