摘要: 一、引入依赖包 const axios = require('axios') 二、请求接口 /** * 请求接口 */ async function getIP () { const { data } = await axios.request({ url: 'https://api.ipify.o 阅读全文
posted @ 2020-01-10 23:43 小旭的blog 阅读(2263) 评论(0) 推荐(0) 编辑