问答详情
源自:2-4 请求处理

这什么我的这这个方法500报错


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/    


提问者:qq_网名再好终输备注_03200852 2016-11-25 15:54

个回答