Skip to content

Array self insert number Map

xu_whale edited this page Dec 4, 2019 · 4 revisions

title: Array:insert(number index, Map aMap) comments: false

简介

将Map类型元素插入到指定位置

  • @param index number 要插入位置的索引
  • @param aMap Map Map类型元素 ⚠️ 元素的索引从1开始

Clone this wiki locally