0
点赞
收藏
分享

微信扫一扫

使用cURL获取百度首页内容


1--------------------------------------------
<?php 
$str = file_get_contents('http://www.baidu.com');
echo $str;
?>


2
--------------------------------------------

举报

相关推荐

0 条评论