(1) Delegate the response event that should be bound to the child element to the parent element, and let the parent element monitor the event. (2) Principle: the use of DOM element event bubbling. (3) Advantages: save memory occupation, reduce event registration; When adding a child object, you do not need to bind the event to it again, which is suitable for adding elements dynamically