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.
我想将 Google Reader 集成到我的 android 应用程序中。什么是相关的API。请帮助我如何做到这一点?
Google Reader 以 Java Script 的形式提供,需要在加载任何页面时对其进行评估。JS中的逻辑会获取文章并修改原始内容。JS 可以通过 loadurl 方法进行评估。希望这是有用的