fromCharCode ? 'H'.charCodeAt(0). Use charCodeAt: var str = 'H'; var charcode = str.charCodeAt(0);. @Silvio's answer is only true for code points up to ...
確定! 回上一頁