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.
我在 JSON 中获取数据,它有 HTML 格式的文本(带有特殊字符)。我正在解析它,我需要将它作为行显示在 UITableView 中。
你能帮我怎么做吗?
任何指针将不胜感激。
谢谢
你能详细说明问题吗?一种简单的方法是:
[cell.textLabel setText: [responseString JSONValue]objectForKey:@"response"] ;
解析 json 值以获得所需的输出。