pwindy  
在完成任务的同时,还需要不断“复盘”,不论你多么的忙,都需要留下时间思考,可以思考哪些地方做的好,哪些地方我们可以改进,应该如何改进,注重总结才是王道

2021年8月19日

摘要: 参考网址:https://www.npmjs.com/package/axios 1.axios发送get请求 const axios = require('axios'); 1.1.参数写在路径后面 // Make a request for a user with a given ID axio 阅读全文
posted @ 2021-08-19 15:14 pwindy 阅读(2369) 评论(0) 推荐(0)
 
摘要: 1.storage文件夹下面的index.js文件 const SRORAGE_KEY = 'mall'; export default { getStorage(){ return JSON.parse(window.sessionStorage.getItem(SRORAGE_KEY)) }, 阅读全文
posted @ 2021-08-19 12:02 pwindy 阅读(85) 评论(0) 推荐(0)