subprocess.Popen在运行shell命令时无法正常工作。
python版本2.7.X,操作系统是CentOS Linux版本7.4.1708(核心)。
var jsonParser = bodyParser.json({ limit: 1024 * 1024 * 20, type: 'application/json' });
var urlencodedParser = bodyParser.urlencoded({ extended: true, limit: 1024 * 1024 * 20, type: 'application/x-www-form-urlencoding' })
app.use(jsonParser);
app.use(urlencodedParser);