2017年4月6日

java笔试之输出

摘要: 1、 public class foo { private static void testMethod(){ System.out.println("testMethod"); } public static void main(String[] args) { ((foo)null).testM 阅读全文
posted @ 2017-04-06 22:23 叶月优 阅读(277) 评论(0) 推荐(0)