自己搭建node服务器环境(请求静态资源、get请求、post请求)
1、搭建环境


2、编写代码
app.js

get 、post 请求

index.html

访问文件
http://localhost:3000
http://localhost:3000/index
http://localhost:3000/jquery
...
1、搭建环境


2、编写代码
app.js

get 、post 请求

index.html

访问文件
http://localhost:3000
http://localhost:3000/index
http://localhost:3000/jquery
...