當使用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屬性?
關于在火狐瀏覽器下獲取事件觸發的event屬性
素胚勾勒不出你
2018-08-20 10:13:19