gpt4 book ai didi

python - 如何在Python-cgi中显示图像

转载 作者:行者123 更新时间:2023-11-27 23:35:30 25 4
gpt4 key购买 nike

我是初学者,我不知道我哪里做错了。我看过这些堆栈帖子 Return an image to the browser in python, cgi-bin , Return Image from python CGI using javascriptHow to loading/show a picture in a Python CGI page但没有得到任何帮助。

代码如下:

#!C:\Python27\python

text = """Content-type: text/html\n

<TITLE> CGI 101 </TITLE>
<H1>A SECOND CGI SCRIPT </H1>
<HR>
<P> HELLO,CGI WORLD!</P>
<img src="../imag000.jpg" width=101 height=64 border=0 alt="">
<HR>
"""

print (text)

在浏览器上它出现了一个不显示图像的小方框,像这样:

enter image description here

请帮忙。

包含图像的文件夹是cgi。请看图片:

enter image description here

最佳答案

这是最好的解决方案:

<img src="http://localhost/imag000.jpg" width=101 height=64 border=0 alt="">

关于python - 如何在Python-cgi中显示图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33996390/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com