比如一个多选下拉框
<select multiple="multiple" id="s1" name="s1" size="4">
<!--option 是用另外的js函数生成的-->
</select>如何提交表单的时候,在select 没有选中任意选项的时候,把所有的选项都提交上去呀?