当使用js的严格模式时,在火狐中获取触发绑定事件的event属性出现问题, 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them但在非严格模式中可以使用var event = arguments.callee.caller.arguments[0]来获取event属性,有没有办法在严格模式下获取event属性?
添加回答
举报
0/150
提交
取消