GBase Snippets Feed,如何提取 URL?
在此示例中 http://code.google.com/apis/base/ docs/1.0/pythondevguide.html(搜索entry.title.text)它给出了entry.title.text
作为Snippets feed属性的唯一示例。我在那里放什么来获取 URL?我能够找到entry.link,但它只给我[
谜题的第三部分是什么?
In this example http://code.google.com/apis/base/docs/1.0/pythondevguide.html (search for entry.title.text) it gives entry.title.text
as the only example for a Snippets feed attribute. What do I put there to get the URL? I was able to find entry.link but it only gives me [<atom.Link object at 0x020E6E90>, <atom.Link object at 0x020E6EF0>]
What's the 3rd part of the puzzle?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以从链接的
href
属性获取 URL:You can get the URL from the link's
href
attribute: