列如:import com.imooc.Telphone
import com.imooc.second.Telphone
然后
Telphone hello=new Telphone();
此时会调用哪个类的对象呢
会显示两个相抵触,程序直接报错。
会显示两个import相抵触,不能同时存在