<?php $url = ‘http://jwzx.cqupt.edu.cn/pubYxKebiao.php?type=zy&yx=06‘; $html = file_get_contents( $url ); $html = iconv("GBK","UTF-8//IGNORE",$html) ;//转换编码 ?>
php捕获网络页面
原文:http://www.cnblogs.com/steamed-bread/p/5296375.html