js字符集的转换

字符集的转换方法

- 字符转U编码
    - 要转换的字符.charCodeAt()
- U编码转字符
    - String.fromCharCode(U编码)
posted @ 2020-05-08 11:08  Cupid05  阅读(813)  评论(0编辑  收藏  举报