摘要: 解决Type safety: The expression of type List needs unchecked conversion to conform to 在方法前加上这句话就可以了@SuppressWarnings("unchecked") 例如: @SuppressWarnings( 阅读全文
posted @ 2018-05-12 16:04 阿水写程序 阅读(2975) 评论(0) 推荐(0) 编辑