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