JavaScript 完全知识体系
String.fromCodePoint() 静态方法返回使用指定的代码点序列创建的字符串。
String.fromCodePoint()
语法:
String.fromCodePoint(num1[, ...[, numN]])
类型声明:
interface String { fromCodePoint(...codePoints: number[]): string;}
参数说明:
num1, ..., numN