1--------------------------------------------
<?php
$str = file_get_contents('http://www.baidu.com');
echo $str;
?>
2
--------------------------------------------
微信扫一扫
1--------------------------------------------
<?php
$str = file_get_contents('http://www.baidu.com');
echo $str;
?>
2
--------------------------------------------
相关推荐