我打算从页面中获取内容。我使用 file_get_contents() 来获取内容,但失败了。浏览器中没有显示任何内容。
$content = file_get_contents("http://localhost/mediawiki/api.php?action=query&titles=firstPage&format=xml&prop=info&inprop=watched");
实际上,上面的链接可以在xml中显示有关firsrPage页面的信息。
如何从调用 api 的 url 中获取内容?