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

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

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

HOWTO get multiple value from the same name checkbox elements or radiobution elements

usually,we use
request.POST.get("aaa","") to fetch our vals,but when you want to get multiple checkbox's values with same name(CAUTION:not id,it name)
you need use this method
request.POST.getall("aaa","")
then will get all value

posted on 2010-08-17 23:08  lexus  阅读(198)  评论(0)    收藏  举报