20211009 - can't get the value of e.target.id
2021-10-09 00:00:00

e.target.id取值不稳定,时有时无

e.target & e.currentTaget

target is the element that triggered the event (e.g., the user clicked on)
currentTarget is the element that the event listener is attached to.

Difference between e.target and e.currentTarget