微信小程序的API中有没有类似serialize()的方法。如果没有,该怎么实现相同的效果
没有,可以在form组件的bindsubmit事件中拿到表单数据后自己拼装数据。
header: { 'content-type': 'application/json' }这样就行了
header: {
'content-type': 'application/json'
}
这样就行了