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
标签:int AC gif roo when for 初始 nbsp ted
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
标签:int AC gif roo when for 初始 nbsp ted
原文地址:https://www.cnblogs.com/whm-blog/p/9104565.html