专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅
fromCharCode 思路方法 从些 Unicode 值中返回个串 String.fromCharCode([code1[, code2[, ...[, codeN]]]]) 参数 String 必选项为 String 对象 code1, . . . , codeN 可选项是要转换为串 Unicode 值序列如果没有给出参数结果为空串 介绍说明 在 fromCharCode 前不必创建 String 对象 在下面例子中test 包含串 "plain": var test = String.fromCharCode(112, 108, 97, 105, 110); [阅读全文] [PDF]
1 共1条 分1页