摘要:
// 去掉前后空格 public String trim() { int len = value.length; int st = 0; char[] val = value; /* avoid getfield opcode */ while ((st < len) && (val[st] <= 阅读全文
posted @ 2018-01-03 19:32
草蛋的小青年
阅读(249)
评论(0)
推荐(0)
|
摘要:
// 去掉前后空格 public String trim() { int len = value.length; int st = 0; char[] val = value; /* avoid getfield opcode */ while ((st < len) && (val[st] <= 阅读全文
posted @ 2018-01-03 19:32
草蛋的小青年
阅读(249)
评论(0)
推荐(0)
|