摘要: 1.文件操作 let fs=require("fs") fs.readFile(path,coding,callback) fs.writeFile(path,content,callback) 2.http模块 //1.加载http核心模块 let http=require("http") //2 阅读全文
posted @ 2021-08-02 22:10 yongerbingxuan 阅读(45) 评论(0) 推荐(0)