W3School TIY
(请在下面的文本框中编辑您的代码,然后单击此按钮测试结果。)
编辑您的代码:
<html> <body> <script type="text/vbscript"> sometext="Welcome to our Web Site!!" document.write(Left(sometext,5)) document.write("<br />") document.write(Right(sometext,5)) </script> </body> </html>
查看结果: