[求助]关于this的用法???
关于this的用法???
可否再函数中使用this指代当前事件响应对象?
如有函数:
function changecolor( ){
this.bgcolor="#eeeeee";
}
在这里响应:
<table bgcolor="black" onmouseover="changecolor();" >...</table>

------------希望与大家一起进步!------------