JS 字符串 String对象

  1. charAt(index)
    返回指定索引位置的字符
  2. indexOf(searchString,startIndex)
    返回子字符串第一次出现的位置,从startIndex开始查找,找不到时返回-1
  3. lastIndexOf(searchString,startIndex)
    从由往左找子字符串,找不到时返回-1
上一篇:Mybatis(四)---使用limit实现分页


下一篇:回溯算法:复原IP地址