将页码传递给 Pubmed
我正在开发一个从 pubmed 检索记录的项目,它运行良好,我遇到的问题是我需要通过 url 精确地从 pubmed 检索与某个术语相对应的页码。
网址:http://www.ncbi.nlm.nih.gov/pubmed /?term=心 将返回heart的前20条记录,如果我想检索接下来的20条记录,我该怎么办?
我不能精确地指定要检索的页面的网址吗???
即,http://www.ncbi.nlm.nih。 gov/pubmed/?term=heart&page=2 // 或类似的东西!
请帮忙!
i am working on a project to retrieve records from pubmed and it is working on fine, the problem i have is i need to precise through the url which page number to retrieve from pubmed corresponding to a certain term.
the url : http://www.ncbi.nlm.nih.gov/pubmed/?term=heart
will return the first 20 records for heart if i want to retrieve the next 20 records, what can i do?
Can't i precise in the url which page to retrieve???
ie, http://www.ncbi.nlm.nih.gov/pubmed/?term=heart&page=2 // or smthg like that!
please help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不应该针对 Web 界面编写脚本。 Pubmed 提供了一个名为 ESearch 的网络服务来检索信息。
You should not be scripting against the web interface. Pubmed offers a webservice called ESearch to retrieve the information.