Abyss Web服务器似乎只喜欢CGI,但我将所做的一切都切换到Template Toolkit。每当我尝试处理表单时,Abyss都会抱怨CGI报头有问题。
发布于 2013-02-17 00:04:23
明白了!
您绝对需要在页面顶部使用Content-Type: text/html; charset=ISO-8859-1行。
Content-Type: text/html; charset=ISO-8859-1
https://stackoverflow.com/questions/14911781
相似问题