html 의 button을 클릭하면 onclick 이벤트가 발생합니다. ... <body> <h1>버튼을 클릭해주세요</h1> <button onclick="doAction()">click me</button> ...
確定! 回上一頁