标签: asp数组
thumbnail
new

asp数组赋值的方法是什么

在ASP中,可以使用以下方法对数组进行赋值: 使用Array关键字初始化数组并赋值: Dim myArray(3) myArray(0) = "Value1" myArray(1) = "Value……