不是过时了 应该提示你Type safety: The expression of type List needs unchecked conversion to conform to List之类的 只是没添加泛型而已 在类头添加 @SuppressWarnings("unchecked")即可