quill 设置 初始值...

1down voteaccepted

For your first issue change this:

text.value = JSON.stringify(quill.root.innerHTML);

to This:

text.value = quill.root.innerHTML;

And will be work correct

猜你喜欢

转载自www.cnblogs.com/whm-blog/p/9104565.html