package telephone2;
public class telephone2 {
public static void main(String[] args) {
Telephone phone=new Telephone();
}
}
package telephone2;
public class telephone2 {
public static void main(String[] args) {
telephone2 phone=new telephone2();
}
}
是要这样吧?