Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在加载时使用默认内容加载 TinyMCe,如下所示。
<html> <body> </body> </html>
我设置了 cleanup : false 。它仍然用 html 包装<p></p>并删除我的代码。
<p></p>
有什么解决办法吗?
解决了。只需启用完整的 html 插件。