js如何字符串转成Unicode编码

2025年01月29日 建站教程

如何利用js中的charCodeAt()方法把字符串转换成Unicode编码,下面web建站小编给大家简单介绍一下!

代码如下:

var str="abaABC"
console.log(str.charCodeAt(4))
//66

本文链接:http://so.lmcjl.com/news/22250/

展开阅读全文
相关内容