问题
How can I get the same wikipedia page in another language.
For example I want to get this page in Japanese, http://en.wikipedia.org/wiki/Cloud
result is
http://ja.wikipedia.org/wiki/雲 or only the title 雲
Is it possible to use wikipedia API or any other APIs to do this?
Thank You
回答1:
Lang links property of MediaWiki API is probably what you want. Fetching other languages for your cloud example would look like this.
来源:https://stackoverflow.com/questions/4420584/how-to-get-wikipedia-page-in-multi-languages