随笔分类 -  java

摘要:1 public static int getLength(String s) { 2 int length = 0; 3 for (int i = 0; i = 0 && ascii <= 255) { 6 length++; 7 } else { 8 length += 2; 9 }... 阅读全文
posted @ 2018-06-28 09:08 派小星 阅读(12735) 评论(0) 推荐(0)