List <Number> numbers=new ArrayList<>(); //无法直接赋值:Incompatible types //List<Object> objects=numbers; //无法进行类型转换:Inconvertible ...
確定! 回上一頁