摘要: module.exports和exports是属于 CommonJS 模块规范,export和export default是属于ES6语法。 module.exports和exports导出模块,用require引入模块。 export和export default导出模块,import导入模块。 阅读全文
posted @ 2021-03-26 15:13 木头小屋 阅读(2426) 评论(0) 推荐(0)
摘要: 恢复内容开始 1.create -react-app 2.整理文件夹 3.安装路由 4.安装less https://901web.com/post/react-kaifa-huanjing-peizhi.html 5.安装antd 引入样式 6.运行项目 7.登录样式 8.新建后端文件夹 webs 阅读全文
posted @ 2021-03-26 14:39 木头小屋 阅读(29) 评论(0) 推荐(0)
摘要: var [count,setCount]=useState(0)//count=0 useEffect (()=>,[])//第一次进入调用 useContext 解决prop深度注入。父子传递数据 阅读全文
posted @ 2021-03-26 10:11 木头小屋 阅读(20) 评论(0) 推荐(0)