function dlfile($file_url, $save_to) { $content = file_get_contents($file_url); file_put_contents($save_to, $content); } dlfile(‘https://www.baidu.com/img/bd_logo1.png‘,‘d:/wwwroot/123/web/1.png‘);
时间: 2024-10-09 02:52:04
function dlfile($file_url, $save_to) { $content = file_get_contents($file_url); file_put_contents($save_to, $content); } dlfile(‘https://www.baidu.com/img/bd_logo1.png‘,‘d:/wwwroot/123/web/1.png‘);