php echo image 发表评论 $file = file_get_contents(‘d:/a.jpg’); header(‘Content-type: image/jpeg’); echo $file;