翻译
菜单>:
TOC
返回
原文:
Controller functions should return a dictionary like in :: return dict(name=value, othername=othervalue)
翻译:
controller函数应该象下面一样返回一个dict(字典) :: return dict(name=value, othername=othervalue)
备注:
译者: