字符串转unicode编码

可以快速上手的开发文档

#字符串转unicode编码
字符串转unicode编码

js字符串与Unicode编码互相转换

'好'.charCodeAt(0).toString(16)"597d"这段代码的意思是,把字符'好'转化成Unicode编码,看看charCodeAt..