php 解析html
php 解析html
< require_once('../const.inc.php'); $fc=$_GET["fc"]; $tc=$_GET["tc"]; $type=$_GET["type"]; $d=$_GET["d"]; $t=$_GET["t"]; $c=$_GET["c"]; function get_content($url) { $ch = curl_init(); curl_setopt ($ch, CURLOPT_URL, $url); curl_setopt ($ch, CURLOPT_HEADER, 0); ob_start(); |
5019

被折叠的 条评论
为什么被折叠?



