Python web.py 错误的原因 token Error: EOF in multi-line statement 发表于2013年10月31日 作者 isvee 一般出现这种情况是括号或者引号等不匹配造成的。 在web.py中,模板html里面可以写Python代码,但要用$开始。但如果网页代码本来就有$符号(JavaScript或者正则表达式),我们需要对其进行转义。用$$代替$