标签:com string test load date 获取 tca col static
类名没有大写,....随便测一下。。。。API里有
package com.liruilong.fileserver; /** * @Description : * @Author: Liruilong * @Date: 2020/10/3 20:27 */ public class test { public static void main(String[] args) { Class t = test.class; System.out.println(t.getName()); System.out.println(t.getCanonicalName()); System.out.println(t.getPackage().getName()+t.getSimpleName()); } }
标签:com string test load date 获取 tca col static
原文地址:https://www.cnblogs.com/liruilong/p/13765444.html