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.
https://www.facebook.com/feeds/page.php?id=397319800348866&format=jsoncallback=?
我想通过这里获取帖子内容 但我尝试使用 getJSON 方法。它没有通过。有人告诉我在 Facebook 中使用 jsonp 格式,但是当我想到那个 URL 时,它说不支持该格式。那么有什么方法可以在没有跨域问题的情况下访问吗?
你错过了与号。
https://www.facebook.com/feeds/page.php?id=397319800348866&format=json&callback=?
当按下 tableview 单元格时,使用 tableview 并尝试打开具有故事板和导航控制器的根视图控制器的 collectionviewcontroller 。但收到错误消息
应用程序试图在目标上推送一个 nil 视图控制器
- (void)tableView:(UIT