codePointAt ()和String.prototype.charCodeAt()有什麼區別 ... 如果您想要整個代碼點值,請使用codePointAt()。 charCodeAt() 是UTF-16, codePointAt() 是Unicode。
確定! 回上一頁