我从Wikipedia API发出搜索请求,要求获取wikitext(页面内容)。
响应:
Moscow
{{About|the capital of Russia|other uses|Moscow (disambiguation)}} {{Redirect|Moscow City|the commercial district in central Moscow|Moscow International Business Center}} {{Pp-move-indef}} {{Infobox Russian federal subject |en_name=Moscow |ru_name=Москва |image_skyline=Moscow collage new (2012) lite.jpg |image_caption='''Top''': [[St. Basil's Cathedral]], [[Spasskaya Tower|Spasskaya Clocktower]]
有什么建议?
答案 0 :(得分:4)
如果您需要HTML,可以直接查询API,如下所示:
http://en.wikipedia.org/w/api.php?action=parse§ion=0&prop=text&page=Moscow
这将为您提供该特定页面的原始HTML,您可以根据需要对其进行解析。
有关每个参数的作用的说明,请参阅API documentation。