【发布时间】:2015-06-07 09:09:23
【问题描述】:
我想从网站http://en.wikipedia.org/wiki/List_of_Indian_engineering_college_rankings解析html表格
基本上我想在 location 和 university
表中解析两个内容所以我对此进行了研究并了解了DOMDocument();
而且我在stackoverflow上也看到了很多问题的答案。
Parsing specific data items from website
PHP DOMDocument getElementsByTagname?
我不确定我是否走错了路,所以我在这里问你。
我想解析两个内容 location 和 university,它们位于此 wiki 页面 http://en.wikipedia.org/wiki/List_of_Indian_engineering_college_rankings 的表格中。
【问题讨论】:
-
你到底想要什么?
-
我想解析两个内容 location 和 university,这两个内容位于此 wiki 页面 en.wikipedia.org/wiki/… 的表格中