我知道你可以在jQuery中做最接近的事情,但我在这里没有那么奢侈。我试图获取没有span id或class的span元素?
<table>
<tr><td><span><script>document.getElementById('The span I am in');</script></span></td></tr>
<tr><td><span><script>document.getElementById('The span I am in');</script></span></td></tr>
</table>