德累斯顿易北河谷, 德国 (© Sean Pavone/Getty Images)

分类 Javascript 下的文章

November 2, 2024

select2全选和全部取消

全选$(".all-checked").click(function(){ var arr = []; $(".departments option").each(function(){ arr .push($(this).val()); }) $(".departments"...