基于下拉的数据查询网站 - 如何提取基础数据?

时间:2018-05-29 06:07:33

标签: web web-scraping dropdown

我感兴趣的网站的网址是http://www.cambridgeinternational.org/i-want-to/find-a-cambridge-school/,正如您所看到的,我必须选择国家/地区和城市才能查看数据。

screenshot from the website

任何有经验的人请告诉我如何从这个特定的表中提取所有行?

1 个答案:

答案 0 :(得分:1)

您可以使用php脚本

if(isset(#id of country) and isset(#id of city )){
<script>  document.getElementById("").innnHTML = #data you want to show </script>

}

我想我写的。