1、radio标签
  <input type="radio" >
$(document).ready(function(){
$('input[type=radio][name=zx_zx_blx]').change(function() {
if (this.value == 'AB005') {
console.log('
AB005');
} else if (this.value == 'AB006') {
      console.log('AB006');
} else if (this.value == 'AB007') {
});
</script>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-23
  • 2022-12-23
  • 2021-12-15
  • 2022-01-05
  • 2021-12-25
  • 2022-12-23
猜你喜欢
  • 2022-02-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-23
  • 2021-12-24
  • 2022-12-23
相关资源
相似解决方案