
express框架是有.post方法的
app.post('/', function (req, res) { res.send('POST request to homepage'); });
API http://www.expressjs.com.cn/4x/api.html