數組-slice 截取 / indexOf 字符找下標/ lastIndexOf 倒着找下標

slice         不會修改原數組 slice(begin,end) 用於截取數組中的內容,返回一個新數組 indexOf indexOf(searchValue[,fromIndex]) 默認查找字在數組中第一次出現的位置     如果找不到就返回 -1 lastIndexOf 返回數組中指定的值最後一次出現的位置     如果不存在,則返回-1
相關文章
相關標籤/搜索