1. 首页
  2. 数据库
  3. 其它
  4. php抓取https的内容的代码

php抓取https的内容的代码

上传者: 2020-12-23 01:20:22上传 PDF文件 29.58KB 热度 10次
直接用file_get_contents,会报错; 复制代码 代码如下: $url = (https://xxx.com”); file_get_contents($url); 错误: Warning: file_get_contents(https://xxx.com) [function.file-get-contents]: failed to open stream: No such file or directory in D:wampwwwgrabber_clientindex.php on line 3 用curl的方式是可以的: 复制代码 代码
下载地址
用户评论