const axi = axios.create({ timeout: 1000 }); const r = await axi .post("/echo/json/", jQuery.param({ json: `{ "a": 1 }`, delay: 3 }));.
確定! 回上一頁