在JavaScript中创建String对象的构造函数是什么?
要在JavaScript中创建String对象,请使用string.constructor。构造函数返回对创建实例原型的字符串函数的引用。
示例
您可以尝试运行以下代码以使用构造函数创建String对象-
<html>
<head>
<title>JavaScript String constructor Method</title>
</head>
<body>
<script>
var str = new String( "This is string" );
document.write("str.constructor is:" + str.constructor);
</script>
</body>
</html>热门推荐
10 祝女儿简短祝福语大全
11 大学新年祝福语简短创意
12 元旦适合的祝福语简短
13 朋友出远门祝福语简短
14 初六简短的祝福语
15 祝男孩生日祝福语简短
16 同事调离的祝福语简短
17 拜年红包的祝福语简短
18 妈妈生日祝福语简短励志