var divs= $("input[name='divide[]']:checked").map(function() { return $(this).val(); }).get();. divs 在JS中是個陣列.
確定! 回上一頁