如何使用JavaScript中String.fromCharCode函数
展开全部
fromCharCode 方法实例
<script language="JavaScript">document.write(String.fromCharCode(106,98,53,49).toLowerCase());</script>
参数
String 必需。 String 对象。
code1, ..., codeN 可选。 要转换为字符串的一系列 Unicode 字符值。 如果不提供参数,则结果为空字符串。
备注
只能对 String 对象而非字符串实例调用此函数。
var test = String.fromCharCode(112, 108, 97, 105, 110);
document.write(test);
要求
在以下文档模式中受支持:Quirks、Internet Explorer 6 标准模式、Internet Explorer 7 标准模式、Internet Explorer 8 标准模式、Internet Explorer 9 标准模式、Internet Explorer 10 标准模式和 Internet Explorer 11 标准模式。
此外,也在应用商店应用(Windows 8 和 Windows Phone 8.1)中受支持。 请参阅版本信息。
5
注意
此外,也在应用商店应用(Windows 8 和 Windows Phone 8.1)中受支持。 请参阅版本信息。
<script language="JavaScript">document.write(String.fromCharCode(106,98,53,49).toLowerCase());</script>
参数
String 必需。 String 对象。
code1, ..., codeN 可选。 要转换为字符串的一系列 Unicode 字符值。 如果不提供参数,则结果为空字符串。
备注
只能对 String 对象而非字符串实例调用此函数。
var test = String.fromCharCode(112, 108, 97, 105, 110);
document.write(test);
要求
在以下文档模式中受支持:Quirks、Internet Explorer 6 标准模式、Internet Explorer 7 标准模式、Internet Explorer 8 标准模式、Internet Explorer 9 标准模式、Internet Explorer 10 标准模式和 Internet Explorer 11 标准模式。
此外,也在应用商店应用(Windows 8 和 Windows Phone 8.1)中受支持。 请参阅版本信息。
5
注意
此外,也在应用商店应用(Windows 8 和 Windows Phone 8.1)中受支持。 请参阅版本信息。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询