<?PHP $image = file_get_contents('http://www.url.com/image.jpg'); file_put_contents('/images/image.jpg',$image); //Where to save the image /*** 以上代码来自:编程之家 jb51.cc(jb51.cc) ***/ ?>