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.
我有一个文本框,用户可以在其中输入文本并可以更改文本颜色、粗体或斜体。
我必须在数据库中保存用户输入的文本的相同格式,无论它是粗体还是绿色,并从数据库中获取相同的输入文本并在另一个文本框中显示数据。
我怎样才能从相同的开始?
使用 Ajax HTML 编辑器输入 Data in Database 字段应为 NVARCHAR(MAX)。保存数据后,使用 textarea 控件显示该 html 数据。