📜  在 js 中将字符转换为 ascii - Javascript 代码示例
📅  最后修改于: 2022-03-11 15:02:52.908000             🧑  作者: Mango
代码示例1
'a'.charCodeAt(0)//returns 97, where '0' is the index of the string 'a'