js常用通用函数

 

 

JS字符串函数:

查找:

indexOf()

lastIndexOf()

search()

match()

截取:

substr()

substring()

slice()

替换:

replace()

toLowerCase()

toUpperCase()

trim()

其他:

split()

charAt(n) 同 str[n]

 

上一篇:Mybatis③动态SQL


下一篇:将列表转换成字符串