var alphabet= String.fromCharCode(64 + parseInt(填寫數字);字符
單個字符轉數字: 'a'.charCodeAt(0) 結果: 97 數字轉字母: String.fromCharCode(97) 結果:a數字