This commit is contained in:
qianguyihao
2018-03-17 12:10:41 +08:00
parent 67f1ca5387
commit 207f7b7465
33 changed files with 216 additions and 1 deletions

5
09-Node.js/server.js Normal file
View File

@@ -0,0 +1,5 @@
const http = require('http'); //因为 这个 http 库引用之后就不会去改它,所以我们用常量来表示
http.createServer(); //创建一台服务器