日期:2014-05-20 浏览次数:20766 次
package test; public class Test { public void helloWorld() { System.out.println("hello world"); } } class Test2 { public void helloWorld() { System.out.println("hello world"); } }