JS字符串函数:
查找:
indexOf()
lastIndexOf()
search()
match()
截取:
substr()
substring()
slice()
替换:
replace()
toLowerCase()
toUpperCase()
trim()
其他:
split()
charAt(n) 同 str[n]
2023-12-27 14:19:27
JS字符串函数:
查找:
indexOf()
lastIndexOf()
search()
match()
截取:
substr()
substring()
slice()
替换:
replace()
toLowerCase()
toUpperCase()
trim()
其他:
split()
charAt(n) 同 str[n]
下一篇:将列表转换成字符串