header('content-type:image/jpg;');$content=file_get_contents('test.jpg');echo $content;?>注意,这个php只能输出图片,不要有其他任何字符的输出。