大家好,又见面了,我是你们的朋友全栈君。
下面是几种常见的打印方式。
方法一:使用循环打印。
public class Demo {
public static void main(String[] args) {
String[] infos = new String[] {“Java”, “Android”, “C/C++”, “Kotlin”};
StringBuffer strBuffer = new StringBuffer();
for(int i = 0; i
if(i > 0) {
strBuffer.append(“, “);
}
strBuffer.append(infos[i]);
}
System.out.println(strBuffer);
}
}
方法二:使用 Arrays.toString() 打印。
public class Demo {
public static void main(String[] args) {
String[] infos = new String[] {“Java”, “Android”, “C/C++”, “Kotlin”};
System.out.println(Arrays.toString(infos));
}
}
方法三:使用 JDK8 的 java.util.Arrays.stream() 打印。
public class Demo {
public static void main(String[] args) {
String[] infos = new String[] {“Java”, “Android”, “C/C++”, “Kotlin”};
Arrays.stream(infos).forEach(System.out::println);
}
}
方法四:使用 Arrays.deepToString() 方法打印。如果数组中有其它数组,即多维数组,也会用同样的方法深度显示。
public class Demo {
public static void main(String[] args) {
String[] infos = new String[] {“Java”, “Android”, “C/C++”, “Kotlin”};
System.out.println(Arrays.deepToString(infos));
}
}
方法五:使用 JDK 8 的 Stream.flatMap() 打印。
public class Demo {
public static void main(String[] args) {
String[] infos = new String[] {“Java”, “Android”, “C/C++”, “Kotlin”};
Arrays.stream(infos).forEach(System.out::println);
}
}
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/134269.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...