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

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

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
def post2locals(dict=locals(),func=None):
    for k,v in request.POST.iterallitems():
        dict["_"+k]=v
        if func is not None and callable(func):
            dict["_"+k]=func(v)

posted on 2010-09-29 09:35  lexus  阅读(131)  评论(0编辑  收藏  举报