字符与ascii码转换

//字符转换为ascii码

int ord(string s)

//ascii码转换字符

string chr(int)

posted @ 2017-08-22 16:32  笑客v  阅读(204)  评论(0)    收藏  举报