我希望文本区域中的几个单词/阶段以不同的颜色显示…我该怎么做?下面是一个示例,我希望绿色一词出现绿色等,等等。
<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>,没有一个是编辑。听起来您好像在追求一种所见即所得的编辑器,其中大多数使用a<iframe>来做到这一点。
<textarea>
<iframe>