post方法获取name相同的多个标签值

使用getlist方法

group_id = request.POST.get('group_id')
commands_list = request.POST.getlist('command')
文章目录