It is equivalent to arrayCopy(src, 0, dst, 0, src.length). Using this function is far more efficient for copying array data than iterating through a for() loop ...
確定! 回上一頁