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.
我想使用ckeditor 作为注释工具,并且我喜欢将所有新输入的文本设置为一种颜色(即任何新输入的文本都输入为红色)。
ckeditor.applyStyle(new CKEDITOR.style({ element: 'span', styles : { color : '#ff0000'} }));