画像ファイル読み込み・表示
#! /usr/bin/python
# coding: UTF-8
print "Content-type: image/jpeg"
print ""
print open("../../sample/img/img.jpg", "rb").read()
〔 実行する 〕
WEBサイト作成【HTML CSS JavaScript PHP CGI Perl Ruby Python .htaccess】 |
|
|
画像ファイル読み込み・表示
#! /usr/bin/python
# coding: UTF-8
print "Content-type: image/jpeg"
print ""
print open("../../sample/img/img.jpg", "rb").read()
〔 実行する 〕
CGI(Python)
|
|
| WEBサイト作成【HTML CSS JavaScript PHP CGI Perl Ruby Python .htaccess】 | |