随笔分类 -  前端学习 / 基础知识学习

摘要:黑马程序员视频链接 nodejs基础知识 fs const { log } = require('console'); const fs = require('fs') fs.writeFile('./test.txt', 'hello nodejs', err => { if(err) conso 阅读全文
posted @ 2024-06-03 22:20 ayubene 阅读(9) 评论(0) 推荐(0) 编辑
摘要:黑马程序员视频链接 查询参数params axios({ url:'http://hmajax.itheima.net/api/city', params: { pname: '河北省' } }).then(res => { console.log(res); state.mainDataLiat 阅读全文
posted @ 2024-05-21 22:05 ayubene 阅读(33) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示