js如何清空數組最快?

方式1:splice函數 arrayObject.splice(index,howmany,element1,.....,elementX) index:必選,規定從何處添加/刪除元素。 howmany:必選,規定應該刪除多少元素。未規定此參數,則刪除從 index 開始到原數組結尾的所有元素。 element1:可選,規定要添加到數組的新元素。 <script type ="text/javas
相關文章
相關標籤/搜索