Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 asp.net 和 vb.net 作为后面的代码。在网络表单中,我想使用多行文本框。在这些文本框中,我需要以粗体输入某些文本行。怎么做?
编辑:
我不希望用户更改多行文本框中的内容。这是我想在那里提出的一种协议。一旦他选中复选框,多行文本框中的内容就会显示出来。在这些多行中,我需要一些标题,粗体,斜体等
你需要的是一个富文本框,有几个例子做谷歌搜索。但是,这是我觉得很棒的一个。
另一个很棒的免费富文本框。
问候