Copy the code The code is as follows:
$url="http://www.golden-book. com/booksinfo/12/264.html";
$lines_array = file($url);
$lines_string = implode('',$lines_array);
iconv("gb2312", "utf- 8",$lines_string);
// echo "dsafasdfasf".$lines_string;
eregi("[^>]*",$ lines_string,$head);
echo "asdfsfasdfa".$head[0];
?>
http://www.bkjia.com/PHPjc/321973.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/321973.htmlTechArticleCopy the code as follows: ?php $url="http://www.golden-book.com/booksinfo /12/264.html"; $lines_array = file($url); $lines_string = implode('',$lines_array); iconv("gb2312", "utf-8...