Axios 是一个基于promise 的HTTP 库,可以用在浏览器和node.js 中。 ... var instance = axios.create({ baseURL: 'https://some-domain.com/api/', timeout: 1000, ...
確定! 回上一頁