Using a JSON string as body. let res = http.post(url, JSON.stringify(data), {. headers: { 'Content-Type': 'application/json' },. } ...
確定! 回上一頁