# SetAt 方法

SetAt(Index, Val)

在指定的索引设置数组元素。SetAt将不会引起数组增长。

参数
参数 说明
Index 基于0索引的插入位置
Val 插入值

应用于

Array 对象