Telephone cannot be resolved to a type Telephone cannot be resolved to a type
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) {
Telephone phone=new Telephone();
}
}
2017-07-14
舉報(bào)
2017-07-14
package telephone2;
public class telephone2 {
public static void main(String[] args) {
telephone2 phone=new telephone2();
}
}
是要這樣吧?