摘要: 黑马程序员视频链接 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 阅读(27) 评论(0) 推荐(0)
摘要: 参考链接 使用管理员身份打开VScode 终端运行 set-ExecutionPolicy RemoteSigned nodemon可以使用了 阅读全文
posted @ 2024-06-03 22:16 ayubene 阅读(43) 评论(0) 推荐(0)