JavaScript charCodeAt() 方法JavaScript String 对象实例返回字符串第一个字符的Unicode 编码: var str = 'HELLO WORLD'; var n = str.charCodeAt(0); n 输出结果: ...
確定! 回上一頁