http代码如下:
<input type="checkbox" value="1" name="checkbox[]">
<input type="checkbox" value="2" name="checkbox[]">
<input type="checkbox" value="3" name="checkbox[]">
<input type="checkbox" value="4" name="checkbox[]">
<input type="checkbox" value="5" name="checkbox[]">
<input type="checkbox" value="6" name="checkbox[]">
它会被检查不止一个我看到的值,像这样的复选框是用于 php 并且必须被序列化,我想在 unix shell 上使用 curl 来做到这一点,我该怎么办?