js基本方法2018-11-13 本文已影响0人 宋song一 1.转换输入字符为ASCII码charCodeAt() function getASCII(c){ return c.charCodeAt(); }