> VB语言在线手册 > 在一段文本中插入变量的值
<!DOCTYPE HTML>
<html>
<body>

<script type="text/vbscript">
Dim name
name="Jan Egil"
document.write("My name is: " & name)
</script>

</body>
</html>			
上一篇:
下一篇: