简体   繁体   English

为什么这不打印数组?

[英]Why doesn't this print the array?

char [] abeceda = {'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j' 'k' 'l' 'm' 'n' 'o' 'p' 'q' 'r' 's''t' 'u' 'v' 'w' 'x' 'y' 'z'};
System.out.println(Arrays.toString(abeceda));

It's pretty simple, idk why it doesn't work?这很简单,我知道为什么它不起作用?

It was because i didn't put the ","这是因为我没有把“,”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM