__template__() takes no arguments (2 given)
class?Test(object):
????def?GET(self):
????????index?=?web.template.frender('templates/index.html')
????????try:
????????????return?index("hello?word","zhangsan")
????????except?Exception?as?e:
???????????print?(e.message)報錯? ?
__template__() takes no arguments (2 given)
2021-10-06
get()方法是不是要加2個變量?