Use String.fromCharCode to turn a number into a character. var c= 169; // 0xA9 context.fillText(String.fromCharCode(c), 100, 100);.
確定! 回上一頁