axios .get("https://randomuser.me/api/?results=50", { proxy: { host: "http://localhost", port: 8001 } }) .then(response => { const data ...
確定! 回上一頁