应用python CGI将本地的图片显示到HTML上,图片不能显示,请高手解答
#!/usr/bin/pythonprint"Content-type:text/html\n\n"printprint"<html><head><title>pics<...
#!/usr/bin/python
print "Content-type:text/html\n\n"
print
print "<html><head><title>pics</title></head>"
print "<body>10</body>"
print "<img src='hihi.jpeg'>"
print "</img>"
print "</html>"
这是我写的代码,但是在http://localhost/cgi-bin/test.py中,图片不能显示出来
是跟Content-type:text/html有关吗,我改成image/jpeg也依然无法显示 展开
print "Content-type:text/html\n\n"
print "<html><head><title>pics</title></head>"
print "<body>10</body>"
print "<img src='hihi.jpeg'>"
print "</img>"
print "</html>"
这是我写的代码,但是在http://localhost/cgi-bin/test.py中,图片不能显示出来
是跟Content-type:text/html有关吗,我改成image/jpeg也依然无法显示 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询