摘要:
<?php//包含PHP Simple html Dom 类库文件include_once('./simplehtmldom/simple_html_dom.php');//采集htmlfunction getwebcontent($url){ $ch = curl_init(); $timeout = 10; curl_setopt($ch, CURLOPT_URL, $url); cur... 阅读全文
posted @ 2009-12-22 10:04
般若随风
阅读(700)
评论(0)
推荐(0)
浙公网安备 33010602011771号