<script>
    function qqq() {
for(var a=1;a<document.getElementById("Table1").rows.length;a++)
{
    var cc=document.getElementById("Table1").rows[a].cells[1].innerText;
    alert(cc);}
}
</script>

相关文章:

  • 2022-02-27
  • 2022-12-23
  • 2022-12-23
  • 2021-07-11
  • 2021-05-26
猜你喜欢
  • 2021-08-16
  • 2022-12-23
  • 2022-12-23
  • 2021-07-19
  • 2022-12-23
  • 2021-06-09
  • 2022-01-14
相关资源
相似解决方案