Event is an object that comes with IE, but this object does not exist in FF. Events can only be simulated by passing parameters
In addition, srcElement is used in IE to obtain the event trigger source, and target is used in FF. Therefore, relevant browser compatibility needs to be made when using these two objects.