Array.removeAt 函数。使用 removeAt 移除 Array 的指定索引处的元素. 元素索引值要比 index 参数小1.如果 index 为负数, removeAt 函数从数组最后进行计数. 调用 removeAt 时使用的index 大于数组长度则无效.文章来源:http://blog.csdn.net/chsword/archive/2007/02/25/1514223.aspx 相关文章: 2021-08-17 2022-02-12 2021-11-15 2021-12-05