var rbl=document.all.rdo_add.length;//取得RadioButtonList的个数,在我的项目当中,RadioButtonList(),其中也包括RadioButtonList本身


var b = document.all.rdo_add[i].id; //取得RadioButtonList某项的id

相关文章:

  • 2021-06-17
  • 2022-12-23
  • 2021-12-04
  • 2021-10-11
  • 2022-02-13
  • 2022-03-08
猜你喜欢
  • 2021-06-03
  • 2021-10-30
  • 2021-12-31
  • 2022-12-23
  • 2021-07-03
  • 2021-07-24
相关资源
相似解决方案