String.fromCharCode() 返回指定unicode编码对应的字符

document.write(String.fromCharCode(72,69,76,76,79))//结果:HELLO
相关文章
相关标签/搜索