安裝npm
npm i qs
按需引用便可this
import qs from 'qs'
使用blog
let comments = {content: this.inputValue} let comValue = qs.stringify(comments)