统计文本 字符数,单词数,行数 作业
摘要:主要代码 private void analysis() { String str=""; int words = 0;//单词数 int chars = 0;//字符数 int lines = 0;//行数 String filename=et_name.getText().toString();
阅读全文
posted @ 2017-03-26 21:33
posted @ 2017-03-26 21:33
posted @ 2017-03-19 22:33
posted @ 2017-03-14 10:40
posted @ 2017-03-11 18:32