摘要: 1 /** 2 * 3 * @param 字符串 4 * @return 字符长度 5 */ 6 public int getWordCount(String str) { 7 int length = 0; 8 f... 阅读全文
posted @ 2014-11-27 09:49 宇少vlog 阅读(541) 评论(0) 推荐(0)