让list强转为page出现异常了,这是为什么
这是异常回报:class java.util.ArrayList cannot be cast to class com.github.pagehelper.Page (java.util.ArrayList is in module java.base of loader 'bootstrap'; com.github.pagehelper.Page is in unnamed module of loader 'app')
类型都不一样,又不是父子关系,怎么能强转呢
你list方法 返回的 是 List吧,实际类型是 ArrayList