路由器

get:

//当你以get方法请求/的时候,执行对应的处理函数

app.get('/', function)(req, res){

res.send('Hello World')

})

 

post:

//当你以post方法请求/的时候,执行对应的处理函数

app.post('/', function)(req, res){

res.send('Got a POST request')

})

 

posted @ 2019-03-02 18:32  燕十三丶  阅读(151)  评论(0编辑  收藏  举报
AmazingCounters.com