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.
我有一个 jWysiwyg 的实例在我为当地体育俱乐部建立的网站上运行。我遇到的问题是,每当您将某些内容复制并粘贴到编辑器中时,它都会从您复制的任何位置复制格式。
这意味着有时它会用<p>或有时围绕副本<div class="JUSTIFY">。问题是它在查看时会混淆格式。基本上我只是想让用户用粗体或斜体表示。
<p>
<div class="JUSTIFY">
有没有办法删除粘贴文本的格式?
您是否尝试过rmFormat插件?还有一个现场演示(src)。