摘要: 安装Nodejs-v16.19.0 cmd窗口验证:node -v 什么是模块化? 每个文件都被视为单独的模块,提升代码复用性,按需加载,比如fs,http以及自定义utils.js //引入内置http模块 const http = require('http') const server = h 阅读全文
posted @ 2025-09-06 17:26 沉沙镇海 阅读(3) 评论(0) 推荐(0)