# Functions
判断数组中是否包含指定元素.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
判断是否是切片或者数组.
从数组中移除指定元素之前的全部元素,并将该元素放到数组末尾
例如:数组[1,2,3,4,5],移除元素3,结果为[4,5,1,2,3]
参数: - arr: 需要修改的数组 - elementIndex: 需要移除的元素的索引.