为了账号安全,请及时绑定邮箱和手机立即绑定

the import com.imooc.MyClass is never used

在主方法中导入包,结果显示the import com.imooc.MyClass is never used,然后运行的时候没有任何结果

https://img1.sycdn.imooc.com//5c30b1860001fa5c14870437.jpg

https://img1.sycdn.imooc.com//5c30b1870001d9d715170452.jpg


正在回答

3 回答

你的类是MyClass,就改为MyClass test = new MyClass();

0 回复 有任何疑惑可以回复我~

警告并不影响你当前运行。你当前没有任何输出结果:是因为你只创建了了一个TestMain 的实例test,你想要的应该是在TestMain中创建一个MyTest的实例。你将TestMain test = new Testmain();改为:MyTest test = new MyTest();即可 

0 回复 有任何疑惑可以回复我~

首先这类报错是因为 你导入却没有用到,给你的警告 。the import   XXXX   is never used  (xxx是什么什么包)

 其次 你这个代码 也并不会有任何输出结果

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

the import com.imooc.MyClass is never used

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信