浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
create=twf.TableForm('site_create',action='/sites/create',children=[
    twf.TextField("show_name"),
    twf.TextField("name"),
    ])        
@route("/sites/create.html")
def site_create_get():
    print "-"*100
    print dir(create)
    print "="*100
    print type(create.children)
    print create.children
    return str(create)
最后我没有用是因为这样的系统要和错误显示结合在一块,我还没有这样的能力来处理这块东西
posted on 2010-09-11 16:21  lexus  阅读(85)  评论(0编辑  收藏  举报