本文介绍了pasteHTML和字体大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在一个可编辑的div中,我插入了一个大字母Rng.pasteHTML("< font size = 5> A< / font>"); ,精细。然而,在那之后,当键入其他字母时,(有时)我得到大小= 5的大字母。
这是代码:
Hi,
In an editable div, I inserted a big letter, Rng.pasteHTML("<font size=5>A</font>");,fine. However, after that, when type in other letters, (sometimes) I got big letters with size=5.
Here is the code:
展开 | 选择 | Wrap | 行号
推荐答案
这篇关于pasteHTML和字体大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!