结构良好的 unicode 字符串
小于 1 分钟
结构良好的 unicode 字符串
类型
interface String {
isWellFormed(): boolean;
toWellFormed(): string;
}
入口点
core-js/proposals/well-formed-unicode-strings
interface String {
isWellFormed(): boolean;
toWellFormed(): string;
}
core-js/proposals/well-formed-unicode-strings