This is because the click event for the button element propagates up the DOM and thereby triggers the click event on the div element as well.
確定! 回上一頁