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.
我使用 TextConverter 将 Flex 中的 TextFlow 转换为 String 以将其存储在我的数据库中。如何将该字符串转换回 TextFlow 以便以富文本格式显示
yourRichTextArea.textFlow = TextFlowUtil.importFromString(yourStoredDataBaseString)