fromCharCode (code)... : fromCharCode(((code -= 0x10000) >> 10) + 0xd800, code % 0x400 + 0xdc00)
確定! 回上一頁