在一段文本中插入变量的值在一段文本中插入变量的值<html><body> <script type="text/vbscript">dim namename="John Adams"document.write("My name is: " & name)</script> </body></html>