3 jquery alert
我想alert(this)用于演示目的(想要在不同的地方查看代码中的'this').
alert(this)
任何想法如何实现?
现在它只返回[object Object]?
[object Object]
azi*_*ani 12
做一个console.log( $(this) )代替.该对象将显示在JavaScript控制台中.
console.log( $(this) )
归档时间:
14 年,8 月 前
查看次数:
11219 次
最近记录:
13 年,8 月 前