Vue3 Ajax(axios) Vue 版本推荐使用axios 来完成ajax 请求。 ... GET 请求远程图片 axios({ method:'get', url:'http://bit.ly/2mTM3nY', responseType:'stream' } ...
確定! 回上一頁