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.
我应该使用什么数据类型将 rtf 代码存储到数据库中,我对此感到困惑。我实际上使用 rtf 字符保存在数据库中,但是当我检索它时,它给出的是那些字符串而不是那些代码。
符合规范的富文本格式文本完全由 7 位 ascii 字符组成。, 所以你可以使用任何普通的字符串类型。