DOMString 对象

Exisi 2020-06-10 13:00:15
Categories: Tags:

 

String 对象有以下属性:

属性

说明

prototype

可以为 String 对象增加新的属性

 

方法

说明

fromCharCode()

通过一串 码点 创建字符串。

fromCodePoint()

通过一串 码点 创建字符串

raw()

通过模板字符串创建字符串

 

 

 

来自 <https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/String>