摘要: HelloWorld.java源码如下: public class HelloWorld { public static void main(String[] args) { String s ; s = "HelloHorld"; System.out.println("s = " + s); } 阅读全文
posted @ 2017-05-29 22:53 publicmain 阅读(428) 评论(0) 推荐(0) 编辑