摘要:
结果: 阅读全文
摘要:
public class TestArray { public static void main(String[] args) { /** 数组声明及动态初始化 int a[] = new int[args.length]; for (int i=0;i a[j]) { k = j; ... 阅读全文
摘要:
public class TestStringCharAt { /** * 找出字符串有有多少个大写字母、小写字母及其它 */ public static void main(String[] args) { String str = "AADDBDDCDEFddlfafdfaifABDILIWcdafd122~!!@AbC"; ... 阅读全文