摘要:
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 @ 2010-09-29 09:35
lexus
阅读(156)
评论(0)
推荐(0)