首页
编程
java
php
前端
首页
编程
java
php
前端
idea创建的class继承不了接口
写了接口却一直被class引用不到,软件重安都没用,清理的缓存也没什么变化
你没import user接口,上边加一行代码:
import com.itheima.user;
点击展开全文