使用shell curl发布复选框数组

时间:2013-07-09 06:03:29

标签: arrays shell curl checkbox

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来做这件事,我该怎么办?

0 个答案:

没有答案