JSON 格式的資料只能由POST請求發起,並且contentType應設定為appliction/json。 示例如下: "use strict"; let xhr = new XMLHttpRequest(); // 繫結 ...
確定! 回上一頁