标签:方法 audio ble height static com img code pre
public class t1 { public static void main (String []args){ int []a=new int []{1,2,3}; char []b=new char []{‘a‘,‘b‘}; System.out.println(a); System.out.println(b); } }
输出结果为:
[I@61dc03ce
ab
原因:
输出调用的方法不一样。
标签:方法 audio ble height static com img code pre
原文地址:https://www.cnblogs.com/xsyz/p/12822727.html