【发布时间】:2015-06-01 19:31:16
【问题描述】:
我正在研究在维基百科页面上显示原始数据的东西。我已经让它工作得很好,但我遇到了重定向问题。有时,当应用程序转到页面时,它会显示"This is a redirect from a title that is <b>fully protected</b> from editing for any of several possible reasons. For more information follow the category link. <ul><li><b>Please do not replace these redirected links</b> with a link directly to the target page.",显然我不希望这样。
这是我正在使用的链接。 (以伊丽莎白女王为例) http://en.wikipedia.org/w/api.php?action=query&prop=extract&titles=Elizabeth_II_of_the_United_Kingdom&format=xml
我尝试添加&redirect=yes,但页面显示它是一个无法识别的参数。我在互联网上找不到任何东西,有没有办法做到这一点?谢谢。
【问题讨论】: