bodyParser 支持此类参数解析.注意: 在提交之前需要指定http 请求头为 content-type=application/json 代码如下:var express = require('express');var bodyParser = require('body-parser')... Read More
posted @ 2015-08-20 08:50 soft.push("zzq") Views(316) Comments(0) Diggs(0)