charCodeAt() 方法 charCodeAt() 来获得字符串中某个具体字符的 Unicode 编码 返回字符串中指定位置的字符的 Unicode 编码 let str = “sufeng”; for (let i = 0; … 继续阅读 charCodeAt() 方法