var banuid =[];//定义一个数组
            $('input[name="banuid[]"]:checked').each(function(){//遍历每一个名字为interest的复选框,其中选中的执行函数
                banuid.push($(this).val());//将选中的值添加到数组chk_value中
            });

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2021-08-26
  • 2021-07-20
  • 2022-12-23
  • 2021-10-18
  • 2022-12-23
猜你喜欢
  • 2021-08-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
相关资源
相似解决方案