2025年9月13日

Node.js 入门

摘要: 先下载Node.js环境 https://nodejs.org/zh-cn/download编辑先用sublime Text 然后编辑 const http = require('http'); const server = http.createServer((req, res) => { res 阅读全文

posted @ 2025-09-13 16:19 高彰 阅读(6) 评论(0) 推荐(0)

导航