xuanxi 发表于 2018-12-11 14:32:21

php获取base64图片大小

$info = file_get_contents($file);
$size = strlen($img_info);#单位是字节


页: [1]
查看完整版本: php获取base64图片大小