摘要:
public class CamelCaseUtils { private static final char SEPARATOR = '_'; public static String toUnderlineName(String s) { if (s == null) { return null; } StringBuilder sb = new StringBuilder(); boolean upperCase = false; for (int i = 0; i = 0) && C... 阅读全文
posted @ 2014-03-19 15:31
marvinYu
阅读(1383)
评论(0)
推荐(0)

浙公网安备 33010602011771号