编辑下面的代码:【加编码】
<html> <body> <script type="text/vbscript"> fname=" Bill " document.write("Hello" & Trim(fname) & "Gates<br>") document.write("Hello" & RTrim(fname) & "Gates<br>") document.write("Hello" & LTrim(fname) & "Gates<br>") </script> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂