- Unit8Array 用于創(chuàng)建一個(gè)無符號(hào)整形的數(shù)字?jǐn)?shù)組 初始化內(nèi)容都被設(shè)置為0
- charCodeAt() 方法可返回指定位置的字符的 Unicode 編碼
String.fromCharCode(num1, ..., numN)
String.fromCharCode() 靜態(tài)方法根據(jù)指定的 Unicode 編碼中的序號(hào)值來返回一個(gè)字符串。
String.fromCharCode(num1, ..., numN)
String.fromCharCode() 靜態(tài)方法根據(jù)指定的 Unicode 編碼中的序號(hào)值來返回一個(gè)字符串。