直接返回页面的源代码
我用
class hello:
def GET(self,name):
return open(r'index.htm','r').read()
这个函数时,在浏览器直接显示的是index.htm的源代码,请问这是为什么,怎么解决呢?
我用
class hello:
def GET(self,name):
return open(r'index.htm','r').read()
这个函数时,在浏览器直接显示的是index.htm的源代码,请问这是为什么,怎么解决呢?
2017-08-24
举报