qq_网名再好终输备注_03200852
2016-11-25 15:54
class hello:
def GET(self):
return open(r'demo.html').read()
错误内容
<type 'exceptions.TypeError'> at /
GET() takes exactly 1 argument (2 given)
Python
C:\Python27\lib\site-packages\web\application.py in handle_class, line 437
Web
GET http://localhost:8080/
看下你demo.html是否存在问题,不妨先弄一个最简单的静态网页进行测试,由于你没有使用templates,记住要将这个html放在和py同一个目录下。
python-web.py开发入门
58639 学习 · 106 问题
相似问题