【发布时间】:2016-04-05 16:53:13
【问题描述】:
我使用此代码在 android 的 textview 中用 \n 替换此字符
TextView tvcontent=(TextView) row.findViewById(R.id.row_comment_content);
tvcontent.setText(content[position].replace("•", "\n"));
现在我想替换图片中的这个字符http://i.stack.imgur.com/cnJeI.jpg 但我不知道要在android中替换的图像中该字符的ASCII码是什么。
如果你知道字符的 ASCII 码是什么,请帮忙。
【问题讨论】:
标签: android replace character ascii