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