<body>
<table id="bd">
<tr>
<td>sdf</td>
<td>ffd</td>
</tr>
</table>
<script>
var op=document.getElementById("bd").tBodies[0].rows[0].cells.item(1).nodeValue
无法弹出内容??
<body>
<table id="bd">
<tr>
<td>sdf</td>
<td>ffd</td>
</tr>
</table>
<script>
var op=document.getElementById("bd").tBodies[0].rows[0].cells.item(1).nodeValue
无法弹出内容??
在<script>标签下加debugger 然后在IE工具——internet选项——高级——有两个默认的禁用脚本调试把前面的勾去掉,按F5进行调试就知道有没有了