摘要:
ES6字符串新增方法 一,String.fromCodePoint():识别大于0xFFFF的字符,弥补了String.fromCharCode()方法的不足。 作用:返回对应码点的字符串。 语法: String.fromCodePoint(0x20BB7)// "𠮷"String.fromCod 阅读全文
posted @ 2020-01-11 15:06 李氏长歌 阅读(321) 评论(0) 推荐(0) 编辑
posted @ 2020-01-11 15:06 李氏长歌 阅读(321) 评论(0) 推荐(0) 编辑
Copyright © 2024 李氏长歌
Powered by .NET 9.0 on Kubernetes