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.
我有来自 RadGrid 的 HTML 结果 - 例如:
雷达编辑器结果:
<strong>Testing</strong>
在 CSS 中:
body { margin: 0px; padding: 0px; background-color: #f1f1f1; color: Red; }
结果测试是红色的,我想要 RadEditor 的默认值 - 黑色文本。如何从 RadEditor 读取黑色文本?
曾经
很重要,因为您的编辑器默认设置为黑色
{ color:red !important; }