Multiple inputs with same name through POST in php
我已经看过这个了,我希望我能用python和bootstrap得到类似的内容,但它只显示Nonetype与" key []"如果我只使用"键"。
,则为最后一个值<div class="form-check">
<label class="form-check-label" tal:repeat="a keys">
<input type="checkbox" name="key[]" value="${a.id}">${a.name}
</label>
</div>
有办法做到这一点吗?