【JS系列7】 javascript 字符串函数
1. 查找方法
1-1 字符方法
1-2 位置方法
1-3 匹配方法
2. 操作方法
2-1 拼接方法
2-2 截取方法
3. 编码方法
- 字符串常规编码与解码 escape() unescape()
- URI字符串编码与解码 encodeURI() decodeURI()
- URI组件编码与解码 encodeURIComponent() decodeURIComponent()
4. 转换方法
-
大小写转换
- ①转为大写 toUpperCase() toLocaleUpperCase()
- ②转为小写 toLowerCase() toLocaleLowerCase()
-
代码转换
- 用js动态格式化html,不具语义性,舍弃