摘要: 一、static 请先看下面这段程序: public class Hello { public static void main(String[] args){ //(1) System.out.println("Hello,world!"); //(2) } } 看过这段程序,对于大多数学过Jav 阅读全文
posted @ 2017-01-21 21:50 雪山上的蒲公英 阅读(2722) 评论(0) 推荐(0)
/* 返回顶部代码 */