// javascript 的charCodeAt 是取得字串的ASCII編碼
String.charCodeAt();
//num 為十進位的ASCII編碼,此formCharCode將取得對應ASCII的字串
String.fromCharCode(num);
2006/10/25
Subscribe to:
Post Comments (Atom)
This is a repository that is used to store some techniques and a number of tricks of programming.
No comments:
Post a Comment