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/avascript 代码时,代码会在保存页面后重新格式化或消失。我想禁用它。有什么办法可以阻止重新格式化?
有一个名为 cleanup 的 tinymce 初始化参数。你需要设置
cleanup: false,