<td><input id="PTZ1" name="PTZ2" type="radio" value="0" onchange="test1()" /><td>

function test1()
{
    
    if(document.getElementById("PTZ1").checked)
    {
        alert("aa");
    }
}

相关文章:

  • 2022-01-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-01
  • 2021-12-09
猜你喜欢
  • 2022-12-23
  • 2021-11-24
  • 2021-12-09
  • 2021-12-09
  • 2022-01-29
  • 2022-12-23
  • 2021-11-25
相关资源
相似解决方案