我有以下HTML:
<tr>
<td>value 1</td>
<td>12</td>
<td>value 3</td>
<td>value 3</td>
<td onlick="somefunction(The random number)"></td>
<tr>
问题:
如何将随机数的值(本例中为12)传递给函数?
答案 0 :(得分:1)
如果我理解你的约束是正确的,那么以下可能会帮助你
<script> console.cog($("td:nth-child(2)").html()) </script>