⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 3-05.htm

📁 包括本书所有的源代码。所有程序均在Windows 2000+IIS5.0+SQL Server2000下调试通过。所有程序
💻 HTM
字号:
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -