因为要做一个微信小程序商品的评论功能,使用的是editor富文本编辑器,请问如何获取到用户输入的内容,并且传给后端
bindinput
https://developers.weixin.qq.com/miniprogram/dev/component/editor.html
wxml: bindinput="bindinput" js: bindinput(e){ console.log("输入了啥:",e.detail); },