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.
可能重复: 解析 NSData 对象以获取信息
我有一个 NSData 对象。我想看看它是否包含 HTML 标签。如何解析 NSData 对象以获取此信息?
解析字节并查找代表 HTML 标记的字节。