JavaScript fromCharCode() 方法JavaScript String 对象实例将Unicode 编码转为一个字符: var n = String.fromCharCode(65); n 输出结果: A 尝试一下» 定义和 ...
確定! 回上一頁