fetch ()是XMLHttpRequest 的升級版,用於在JavaScript 指令碼里面發出HTTP 請求。 ... const response = await fetch(url, { method: 'POST', ...
確定! 回上一頁