- String 全局对象是一个用于字符串或一个字符序列的构造函数
String 对象有以下属性:
属性 |
说明 |
prototype |
可以为 String 对象增加新的属性 |
- String 对象有以下方法:
方法 |
说明 |
fromCharCode() |
通过一串 码点 创建字符串。 |
fromCodePoint() |
通过一串 码点 创建字符串 |
raw() |
通过模板字符串创建字符串 |
来自 <https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/String>