WEB开发网
开发学院WEB开发Jsp fromCharCode 方法 阅读

fromCharCode 方法

 2008-01-05 20:25:36 来源:WEB开发网   
核心提示: 从一些 Unicode 字符值中返回一个字符串,String.fromCharCode([code1[, code2[, ...[, codeN]]]])参数String必选项,fromCharCode 方法,为 String 对象,code1, . . . , codeN可选项,结果为空字符串,说明在调用 from

 

从一些 Unicode 字符值中返回一个字符串。

String.fromCharCode([code1[, code2[, ...[, codeN]]]])

参数

String

必选项。为 String 对象。

code1, . . . , codeN

可选项。是要转换为字符串的 Unicode 字符值序列。假如没有给出参数,结果为空字符串。

说明

在调用 fromCharCode 前不必创建 String 对象。

在下面的例子中,test 包含字符串 "plain":

var test = String.fromCharCode(112, 108, 97, 105, 110);

Tags:fromCharCode 方法

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接