在es5,array已經提供了indexof用來查詢某個元素的位置,如果不存在就返回-1,但是這個函式在判斷陣列是否包含某個元素時有兩個小不足,第乙個是它會返回-1和元素的位置來表示是否包含,在定位方面是沒問題,就是不夠語義化。另乙個問題是不能判斷是否有nan的元素。
用法
str.includes(searchstring[, position])
引數searchstring
要在此字串中搜尋的字串。區分大小寫。
position
可選。從當前字串的哪個索引位置開始搜尋子字串;預設值為0。
var str = 'to be, or not to be, that is the question.';
console.log(str.includes('to be')); // true
console.log(str.includes('question')); // true
console.log(str.includes('nonexistent')); // false
console.log(str.includes('to be', 1)); // false 從第乙個索引開始找
函式的用法 INDEXC函式的用法
1 製作小 箱 如何利用excel製作簡單的小 箱?這裡與大家分享借用index函式來實現。在單元格中輸入公式 index a2 a17,randbetween 2,counta a2 a17 公式說明 counta函式表示統計非空單元格格式 randbetween函式表示隨機生成整數 2 隔行提取...
函式的用法 CELL函式高階用法,
資料多時看的眼花繚亂,使用聚光燈功能突出顯示當前的行和列,在檢視資料時非常方便,wps是自帶該功能的。選中要設定的資料區域,在 開始 選項卡下點 條件格式 選擇 新建規則 在彈出的 新建格式規則 視窗中選擇 使用公式確定要設定格式的單元格 在 為符合此公式的值設定格式 下輸入公式 or cell r...
lseek函式的用法lseek函式的用法
使用 lseek 函式可以改變檔案的 cfo include unistd.h include off t lseek int filedes,off t offset,int whence 返回值 新的偏移量 成功 1 失敗 引數 offset 的含義取決於引數 whence 1.如果 whenc...