<html> <head> <title>按钮反应</title> </head> <body> <button type="button" onclick="alert('word!')">hello</button> </body> </html>
<html> <head> <title>按钮反应</title> </head> <body> <button type="button" onclick="alert('word!')">hello</button> </body> </html>