1. 程式人生 > >【ES6】includes(), startsWith(), endsWith()

【ES6】includes(), startsWith(), endsWith()

pan col com 是否 type tro none list bsp

  • includes():返回布爾值,表示是否找到了參數字符串。
  • startsWith():返回布爾值,表示參數字符串是否在原字符串的頭部。
  • endsWith():返回布爾值,表示參數字符串是否在原字符串的尾部。
支持第二個參數,表示開始搜索的位置。


原鏈接:http://es6.ruanyifeng.com/#docs/string#includes-startsWith-endsWith

【ES6】includes(), startsWith(), endsWith()