react uses event delegation to implement composite events, and events are all hung on document, so how is the stopPropagation of this composite event implemented? What s the principle? Now that events are mounted on document, how to prevent event delive...