扫码下载编程狮APP
W3Cschool
恭喜您成为首批注册用户
获得88经验值奖励
<?php $http = HttpRequest::newSession(); $response = $http->timeout(3000, 1000) // 总时间不得超过3秒,连接时间不得超过1秒 ->get('https://www.baidu.com/'); $content = $response->body; // 网页源码
更多建议:
扫描二维码
下载编程狮App
编程狮公众号
联系方式:
更多建议: