function getUnicode (charCode) { return charCode.charCodeAt(0).toString(16); }
獲取的是 UTF-16 編碼的值,不足4位的話在前面補0。 最終的 Unicode 碼格式:\uxxxxjavascript