我想提交一份带有jQuery的表格,但它不起作用。我在Firebug (德语,抱歉)中得到了这个奇怪的错误消息,并假设html中有一些奇怪的字符?
我的名字是“圣经”中的一篇。Das Dokument在满文浏览器中-Konfigurationen mit verstümmeltem Text dargestellt,wenn Dokument Zeichen au erhalb des US-ASCII-Bereichs Text。我的名字是: der der Seite muss im deklariert .
谷歌翻译公司表示:
未声明纯文本文档的字符编码。当文档包含US范围以外
我是新手,我使用服务器和Python2.7CGI脚本。
为了测试目的,我正在编写一些代码,但我得到了以下错误:
未声明纯文本文档的字符编码。如果文档包含来自US范围以外的字符,则文档将在某些浏览器配置中使用乱码文本呈现。文件的字符编码需要在传输协议中声明,或者文件需要使用字节顺序标记作为编码签名。
webs.py
import cgi, cgitb
# Create instance of FieldStorage
form = cgi.FieldStorage()
# Get data from fields
first_name = form.getvalue(&