我用
class hello:
def GET(self,name):
return open(r'index.htm','r').read()
这个函数时,在浏览器直接显示的是index.htm的源代码,请问这是为什么,怎么解决呢?
文件格式是html吗,还是txt