如何使Select清空

已有

1<select id="all_station" multiple="" name="sel_1" size="6">
2<option value="111">111</option>
3<option value="222">222</option>
4<option value="333">333</option>
5</select>

如何使其清空?
---------------------------------------------------------------

sel_1.length=0
---------------------------------------------------------------

select.length=0;

Published At
Categories with Web编程
comments powered by Disqus