add files:vue
This commit is contained in:
5
10-Node.js/server.js
Normal file
5
10-Node.js/server.js
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
|
||||
const http = require('http'); //因为 这个 http 库引用之后就不会去改它,所以我们用常量来表示
|
||||
|
||||
http.createServer(); //创建一台服务器
|
||||
Reference in New Issue
Block a user