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.
我一直在使用 SC Editor,但对于字体大小,它使用<font size="number"></font>. 反正有没有改成<span class="font+number"></span>?
<font size="number"></font>
<span class="font+number"></span>
我一直在寻找插件JS,但找不到任何东西。任何人都可以帮忙吗?
提前致谢。
您需要指定 xhtml 插件,即使您使用的是 xhtml 版本的 sceditor
$("textarea").sceditor({ plugins: "xhtml" });