//将输入的火车符换成空格,否则会造成显示篇幅过长问题
String newText =
content.getText().toString().replaceAll(System.getProperty("line.separator"), " ");

相关文章: