Skip to content

Array self replaceObjects number Array

xu_whale edited this page Dec 16, 2019 · 3 revisions

简介

连续替换当前数组中的多个元素

  • @param fromIdx number 要替换原数组的开始位置(idx < 原数组count)
  • @param newArray Array 用来替换的元素数组(替换数组的count <= 原数组count - fromIdx)
Clone this wiki locally