编辑文本后点击显示结果
返回站长网 站长学院首页
<html> <head> <title>没有参数的 VBScript Sub 过程代码示例</title> <script type="text/vbscript"> sub myProc() msgbox "欢迎来到站长网 站长学院网页教程网站 www.admin5.com/html" end sub </script> </head> <body> <script type="text/vbscript"> call myProc() </script> <p>VBScript Sub 过程不返回值。</p> </body> </html>