fetch (url, { credentials: 'include', method: 'post', headers: headers, body: JSON.stringify(body) }) .then(response => {//do work});.
確定! 回上一頁