编辑文本后点击显示结果
返回西安商务网 网页教程与代码首页
<html> <head> <title>VBScript代码放在Body中的示例</title> </head> <body> <p>你会看到一个消息框,在此行文字显示之后弹出。</p> <script type="text/vbscript"> MsgBox "Hello,World!" </script> </body> </html>