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 表格信息。我想在 ios 应用程序中显示它。
我如何以及在 ios 应用程序中将这些数据读入什么?文本视图?或者它会处理文本中的html标签并将数据显示为表格吗?
使用UIWebView并将您的 html 作为字符串加载到其中。