我想在文本区域中的几个单词/阶段以不同的颜色出现…我该怎么做?下面是一个例子,我想要绿色这个词出现绿色等等…
<textarea style="width: 100%; height: 100%; resize: none;"> Is it possible to have multiple colors in a textarea? How would i set certain phases or words to be different colors? "Green" "Red" "Blue" </textarea>
解决方法
您不能在< textarea>听起来像是在
WYSIWYG editor之后,其中大部分使用< iframe>去做这个.
这里有几个JavaScript选项,仅举几个例子: