字元轉ascii碼:用charCodeAt(); ascii碼轉字元:用fromCharCode();. 看一個小例子 <script> str="A"; code = str.charCodeAt(); str2 = String.
確定! 回上一頁