js字符串函数
拼接 concat
索引 indexOf、lastIndexOf、charAt
截取 substring(slice)、substr
正则 match、replace
长度 length
转数组 split
转大小写 toLowerCase、toUpperCase
(详情参考:https://www.cnblogs.com/qfb620/archive/2011/07/28/2119799.html)
本文共 268 字,大约阅读时间需要 1 分钟。
js字符串函数
拼接 concat
索引 indexOf、lastIndexOf、charAt
截取 substring(slice)、substr
正则 match、replace
长度 length
转数组 split
转大小写 toLowerCase、toUpperCase
(详情参考:https://www.cnblogs.com/qfb620/archive/2011/07/28/2119799.html)
转载于:https://www.cnblogs.com/srk-bky/p/10042431.html