const _ = require('lodash'); const totalParams = { action, app_key: key, utc_timestamp: new Date().getTime(), biz_content }; const queryString = stringify(_.omit(totalParams, [ 'biz_content' ])); //totalParams这个对象中除了biz_content以外的值。