Php gets the code to implement the title of the golden book

  • 2020-03-31 20:54:20
  • OfStack


<?php 
$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("<span class="style15">[^>]*</span>",$lines_string,$head); 
echo "asdfsfasdfa".$head[0]; 
?>

Related articles: