源代码
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>编程字典</title> </head> <body> <input type="button" onclick="alert('Hello World!')" value="点击我!"> </body> </html>
运行结果