<?php header("Content-Type:text/html;charset=utf-8"); $html_text= file_get_contents('https://www.baidu.com/s?wd=王福岩'); echo $html_text; ?>
博客列表 >PHP模拟百度搜索
<?php header("Content-Type:text/html;charset=utf-8"); $html_text= file_get_contents('https://www.baidu.com/s?wd=王福岩'); echo $html_text; ?>