PHP 获取远程文件大小的3种解决方法 1、使用file_get_contents()复制代码 代码如下:<?php$file = file_get_contents($url);echo strlen($file);? PHP编程 2022-04-24 276 点赞 4 评论 418 浏览