3-05.htm

来自「包括本书所有的源代码。所有程序均在Windows 2000+IIS5.0+SQL」· HTM 代码 · 共 14 行

HTM
14
字号
<Script Language="VBS">
	dim A()
 	ReDim A(25)
 	A(0) = 256
	A(1) = 324
 	ReDim Preserve A(30)
	A(30) = 30
	document.write(A(0))
	document.write("<BR>")
	document.write(A(1))
	document.write("<BR>")
	document.write(A(30))
</Script>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?