简体   繁体   English

有什么方法可以突出显示文本<textarea> ?

[英]Is it any way to highlight text in <textarea>?

有没有什么方法可以在没有后端代码的情况下突出显示textarea中的textarea

You can't actually highlight text in a <textarea> .您实际上无法突出显示<textarea>中的<textarea> Any markup you would add to do so would simply display as plain text within the <textarea> .您为此添加的任何标记都将简单地显示为<textarea>纯文本。 But you can carefully craft some CSS and Javascript code to fake it: Please check out this article Highlight Text Inside a Textarea for more information on how it can be crafted.但是您可以精心制作一些CSSJavascript代码来伪造它:请查看这篇文章 突出显示 Textarea 内的文本以获取有关如何制作它的更多信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM