标签: java
我目前正在搞乱Java和动态返回值
@SuppressWarnings("unchecked") public static <T> T get(String path) { return null; }
我如何获得 T 的类型?