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 Scholar,并下载包含该关键字的期刊。
目前,我想避免使用WebRequest对象的经典方式。
WebRequest
不幸的是,谷歌似乎没有提供查询学者的 API。
我正在使用 c# 。