从 contentEditable div 获取容器样式
我需要获取设置为内容可编辑的容器的样式。基本上,我需要从中提取:
color: red; font-weight: bold;
在内容可编辑的 div 中:
<span style='color: red; font-weight: bold;'>
...
</span>
有谁知道如何做到这一点?提前致谢!
PS:将 css 作为对象也可能会很好
I need to get the style of a container that is set to be content-editable. Basically, I need to extract:
color: red; font-weight: bold;
from this, in a content-editable div:
<span style='color: red; font-weight: bold;'>
...
</span>
Does anyone know how to do this? Thanks in advance!
PS: it might also be nice to have the css as an object
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你需要什么? ^^
What do you need? ^^