好的,所以这个网页做了不同的事情。它使用文本文件并在 JavaScript 中加载数据,然后在 JavaScript 中显示它。我尝试使用 PHP 方法,但我无法得到它。
如何从http://queville.com/cgi-bin/forums/index.cgi?a=scores&b=OverallS
获取玩家的 hiscores 数组
就像,如果你查看源代码,你会在<script>
</script>
标签之间看到:
S[na]="|Daminion|442776|30436|125645|90728|40835|79058|16318|15927|43700|129|0|"; na++;
S[na]="|superfly|442490|32398|32032|161903|93689|75086|20018|11020|15937|407|0|"; na++;
S[na]="|GodessCrystal|435702|46422|41721|95881|43717|105026|23324|23500|30296|25815|0|"; na++;
S[na]="|grandkool|432065|110849|34644|12438|7706|165145|60924|12436|23446|4477|87|"; na++;
我尝试过使用 PHP 之file_get_contents
类的,但它不起作用......