ai didi

javascript - 使用变量从 html 表中选择一行

转载 作者:行者123 更新时间:2023-11-28 03:50:30 24 4
gpt4 key购买 nike

我想使用这段代码来选择特定的行

var table = document.getElementById("mytable");
table.rows[0].cells[3].innerHTML = 'here';

我不想输入行号,而是想在其中放置一个包含数字的变量,这样我就可以找到特定的行。表中的行数可以更改。

还有其他方法吗?

最佳答案

var table = document.getElementById("mytable");
table.rows[0].cells[3].innerHTML = 'here';
<table id="mytable" border="2">
<tr>
<td>25</td>
<td>25</td>
<td>25</td>
<td>25</td>
</tr>
</table>

关于javascript - 使用变量从 html 表中选择一行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38690998/

24 4 0
文章推荐: jquery - 无法弄清楚如何在 KreatureMedia Layerslider 中循环播放 css 动画
文章推荐: html - 无法将文本 HTML/CSS 居中
文章推荐: html - 打印 html 页面时添加页眉/页脚
文章推荐: html - 选中时的空字符串复选框值
行者123
个人简介

我是一名优秀的程序员,十分优秀!

滴滴打车优惠券免费领取
滴滴打车优惠券
全站热门文章
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com