摘要: package com.mycode.test; public class Person<T1,T2> { } ############### public class Student extends Person<Integer, Boolean> { @SuppressWarnings("raw 阅读全文
posted @ 2021-12-24 13:26 思凡念真 阅读(173) 评论(0) 推荐(0)