两种方式: 1).echo ''; 2). $img = file_get_contents('http://localhost/zouTest/800.jpg'); header('Content-type: image/jpeg'); echo $img;