例如onClick 事件處理器放在表單的按紐中, 其確實位置如下: <html> <body> <form> <input type="button" onClick="window.alert('Hi!');"> </form> </body> </html>
確定! 回上一頁