最佳答案
考虑以下几点:
<div onclick="alert('you clicked the header')" class="header">
<span onclick="alert('you clicked inside the header');">something inside the header</span>
</div>
如何使它在用户单击span时不触发div
的单击事件?