编辑下面的代码:
【加编码】
查看效果 »
<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>
结果:
【此窗口】
帮助?