Vue 中使用post傳值,將序列化轉換爲json傳值

安裝npm

npm i qs 

按需引用便可this

import qs from 'qs'

使用blog

let comments = {content: this.inputValue}
let comValue = qs.stringify(comments)
相關文章
相關標籤/搜索