编辑下面的代码:【加编码】
<html> <head> <script type="text/vbscript"> Sub mySub() msgbox("This is a Sub procedure") End Sub </script> </head> <body> <script type="text/vbscript"> Call mySub() </script> <p>A Sub procedure does not return a result.</p> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂