本文介绍了段落写入和从SQL Server检索的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我们如何从DB中保存和检索我们输入的数据,因为它是字体,空格和段落? plz任何身体分享如果知道。
How we can save and retrieve data from DB what we have entered as it is with fonts, space and paragraph? plz any body share if aware.
推荐答案
Hi,
Use "wysiwyg html" any input and store in NVARCHAR column in Database.
it will store data with html tag in database which will show as you set during storing.
Thanks,
这篇关于段落写入和从SQL Server检索的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!