取出字符串的某一位用ASCII修改为其他字符

来源:互联网 发布:不明觉厉等网络流行语 编辑:程序博客网 时间:2024/06/05 07:11

 int  toASCII=(int) xxxxxxx.toString().charAt(0);

char  tochar=((char) (toASCII-1));

原创粉丝点击