编辑文本后点击显示结果
返回网页教程首页
<html> <head><title>一个最简单的Javascript示例(仅使用了document.write)</title></head> <body> <script type="text/javascript"> document.write("Hello, World!"); </script> </body> </html>