JavaScript String()函数
下面是String()函数的示例。
- 例子:
- 输出:
true false
String()函数用于将对象的值转换为字符串值。
句法:
String(object)
参数值:此函数接受上面提到的单个参数,如下所述:
- object:此参数包含一个字符串,该字符串转换为字符串值。
返回值:它返回一个字符串值。
程序:返回布尔值的字符串。
Geeks for Geeks
Clicking on the 'Press' button
will return the String Value.
输出:
程序 2:返回 Date() 对象的字符串值。
Geeks for Geeks
Clicking on the 'Press'
button will return the
String Value.
输出:
支持的浏览器:
- 谷歌浏览器
- 火狐
- IE浏览器
- 歌剧
- 苹果浏览器