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.
当我单击背景颜色按钮/更改背景颜色时,出现错误消息“无效参数”,有谁知道如何解决这个问题?谢谢~顺便说一句:所有IE版本
我找到 ..ie 9 浏览器 NicEdit 背景 this.ne.nicCommand('hiliteColor',c) ==>this.ne.nicCommand('backColor',c)
execCommand 方法是文档的方法,而不是 Range。此外,hilitecolor 仅适用于 Firefox,因此您应该回退到在 WebKit 和 Opera 中使用背景颜色。