字符集的转换方法
- 字符转U编码
- 要转换的字符.charCodeAt()
- U编码转字符
- String.fromCharCode(U编码)
- 字符转U编码
- 要转换的字符.charCodeAt()
- U编码转字符
- String.fromCharCode(U编码)
相关文章: