function test()
{
if(!file_exists('./uploads/20190513'))
mkdir('./uploads/20190513',0777,true);
$img = 'https://www.wanmeizy.com/uploads/ueditor/upload/image/20190513/155771589064749921.jpg';
$test = './uploads/'.substr($img,strpos($img,'20190513'));
$photo = file_get_contents($img);
file_put_contents($test,$photo);
echo $test;
}
tp5 远程图片本地化
最新推荐文章于 2022-09-29 14:22:17 发布