我想在textarea中的几个单词/阶段以不同的颜色出现......我将如何做到这一点?下面是一个例子,我想要绿色这个词出现绿色等等......
<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>
Run Code Online (Sandbox Code Playgroud) 我想知道我是否可以使用可编辑的内容div
而不是textarea
? 功能会一样吗?我可以像处理数据一样处理textarea
数据吗?