📜  JavaScript 字符串构造函数属性

📅  最后修改于: 2022-05-13 01:56:24.608000             🧑  作者: Mango

JavaScript 字符串构造函数属性

下面是 String 构造函数属性的示例。

  • 例子:
html


html


 

    
        JavaScript String constructor Property
    

 

    

        Welcome to GeeksforGeeks     

          

        Click the button to see string         constructor property.     

                     

                 


输出:

function String() { [native code] }

JavaScript 中的 String 构造函数属性用于返回对象的字符串构造函数。此属性返回的函数只是对该函数的引用,而不是包含函数名称的字符串。 JavaScript 数字构造函数、字符串构造函数和布尔构造函数分别返回函数 Number() { [native code] }、 函数 String() { [native code] } 和函数 Boolean() { [native code] }。
句法:

string.constructor

返回值:函数String() { [本机代码] }
例子:

html



 

    
        JavaScript String constructor Property
    

 

    

        Welcome to GeeksforGeeks     

          

        Click the button to see string         constructor property.     

                     

                                     

输出:
在点击按钮之前:

点击按钮后:

支持的浏览器: String 构造函数属性支持的浏览器如下:

  • 谷歌浏览器
  • 苹果浏览器
  • 火狐
  • 歌剧
  • 边缘