const qs = require('qs'); axios.post('/foo', qs.stringify({ 'bar': 123 }));. 或者用另一种方式(ES6), ... 在node.js 中, 可以使用 querystring 模块,如下所示:
確定! 回上一頁