(超级求助)js this这个如何 在其他地方模拟这个this<td><a alt="(超级)js this这个怎么 在其他地方模拟这个this" />[解决办法]this 是在面向对象里面是指 自己本身的意思你这个 this 是在<a>标签里面 就代表 a标签自己你想在外面获取这个a标签 就可以用 document.getElementById(); 根据a标签的id来获取 a标签