📌  相关文章
📜  如何在 js 中将 char 转换为数字 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:15.455000             🧑  作者: Mango

代码示例2
// the first parameter is the index of the string to convert to an ascii code
"A".charCodeAt(0);
//output: 65