ord('a');//=>97 返回小写a 的ascii码值97

chr(97);//=>a 返回ascii码表上的97对应的 小写a

相关文章: