返回列表 发帖
1、请附上你认为有错误的原文;

2、《Windows 脚本技术》的确有些错误;

3、且不论书上是否有错误,“就算是 dim a(3) 之类的固定数组,也可以用 redim a(5)来改变的”是错误的,不知道你有没有测试过。
Dim a(3)
ReDim a(5)COPY
---------------------------
Windows Script Host
---------------------------
Script:        C:\Users\Demon\Desktop\Untitled.vbs
Line:        2
Char:        1
Error:        This array is fixed or temporarily locked
Code:        800A000A
Source:         Microsoft VBScript runtime error

---------------------------
OK   
---------------------------

TOP

返回列表