2020年9月13日
摘要: 常用方法(3) 源码 public String trim() { int len = value.length; int st = 0; char[] val = value; /* avoid getfield opcode */ while ((st < len) && (val[st] <= 阅读全文
posted @ 2020-09-13 16:25 C1ao 阅读(85) 评论(0) 推荐(0)