摘要: //import java.util.Arrays; public static void PrintByte(){ byte[] b =new byte[12]; System.out.println(Arrays.toString(b)); 阅读全文
posted @ 2014-09-25 18:18 Rrouned 阅读(5065) 评论(0) 推荐(0) 编辑
摘要: public class test { public static void main(String args[]){ System.out.println("123"); }}注意:1.每个java文件都是一个类,写惯了C/C++,以为自动生成了main函... 阅读全文
posted @ 2014-09-25 17:50 Rrouned 阅读(146) 评论(0) 推荐(0) 编辑