zy-smile

2021年7月30日

NodeJs基础知识的学习笔记

摘要: Node的使用 前言 简单的说 Node.js 就是运行在服务端的 JavaScript, 是一个基于Chrome JavaScript 运行时建立的一个平台 创建web服务器: 引入http系统模块创建服务 // 引用http系统模块 const http = require('http'); / 阅读全文

posted @ 2021-07-30 15:02 指尖de跃动 阅读(0) 评论(0) 推荐(0)

导航