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.
我的 iOS 应用程序中有一个 twitter 提要。我有以下信息:用户名和用户的帖子,但我想知道是否以及如何获取帖子的时间戳我在 JSON 中查找什么。我只想要它发布的日期。谢谢你。
[NSString stringWithFormat:@"Date: %@",[tweet objectForKey:@"created_at"]];