好记性不如烂笔头。

js数字转换为字母

<script>
  var ts = String.fromCharCode(67,68,69);
alert(ts);
  </script>