日期:2014-05-16  浏览次数:20356 次

js ASCII 转换 字符
    <script language="javascript">  
    
          String.fromCharCode(97) ;  
      
    </script>