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.
有没有可能做这样的事情?或者我如何模拟输入字段,可能输入普通文本并将html标签显示为html?
谢谢。
您可以使用contenteditable属性:
contenteditable
http://jsfiddle.net/AnWej/
<div contenteditable></div>
如果可以使用此技术,则可以使用 HTML5 属性contenteditable 。 示例:http : //jsfiddle.net/hZWWd/ 我确信使用一些 javascript,您可以添加一些按钮以加粗或例如(通过添加一些标签),并且您有自己的 Richtextbox。
希望我没有误解你的问题。