使用壳卷曲后均可进行复选框阵列(use shell curl to post whith a che

2019-10-18 08:44发布

在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外壳做到这一点,我能做些什么?

文章来源: use shell curl to post whith a checkbox array