2012-03-12 104 views

回答

0

选择您要保存的所有网址,并对于每次运行该文件:

$image = file_get_contents($url); 
file_put_contents("path/where/to/save/your_image_name.jpg", $image); 
相关问题