1.8.1 String 里的方法
1. toLowerCase() 和 toUpperCase()
toLowerCase() 和 toUpperCase()1.1 原理

1.2 实现
1.3 扩展阅读
2. 用下标取单字符信息
2.1 charAt(i) vs [i]
charAt(i) vs [i]2.2 charAt(i) vs at(i)
charAt(i) vs at(i)2.3 charCodeAt() vs codePointAt(i)
charCodeAt() vs codePointAt(i)Last updated
