为什么以下 javascript 命令不能设置 UIWebView html 富文本编辑器中使用的 RGB 十六进制字体颜色?
RGB 十六进制中的颜色更改为标准的蓝色、黄色、红色等,例如:
[webView stringByEvaluatingJavaScriptFromString:[NSString stringWithFormat:@"document.execCommand('forecolor', false, '#407ec9')"]];
在html中生成
<font color="#0000ff"> HELLO WORLD </font>