2016年5月28日

摘要: public class helloworld{ public static void main(String[] args){ String s; s = "hello world!"; System.out.println("输出:"+s); } } 一个类中有且仅有一个主类,主类必须是stat 阅读全文
posted @ 2016-05-28 16:59 蜗牛的步伐 阅读(117) 评论(0) 推荐(0) 编辑

导航