String.fromCharCode()函數用於從給定的UTF-16代碼單元序列中創建字符串。該函數的語法如下: String.fromCharCode(n1, n2, ..., nX). 參數該函數將UTF-16 Unicode序列 ...
確定! 回上一頁