摘要:
/** * 判断字符串非空 */ public static boolean fun1(String str){ return str.isEmpty() ? true :false; } /** * 返回索引上的字符 */ public static char getStr(String str,int index){ return str... 阅读全文
posted @ 2019-03-19 19:03
橙-子
阅读(511)
评论(0)
推荐(0)
2019年3月19日