问答详情
源自:2-1 用cURL 制作一个简单的网页爬虫

运行不了?

<?php 
$curl = curl_init("http://www.baidu.com");
curl_exec($curl);
curl_close($curl);
 ?>

php -f 运行代码后什么也没有啊? 我的php是支持cURL的。



提问者:yangtr 2015-08-04 22:27

个回答