摘要:
通常在打印日志的时候需要输出类名,普通类可以用this.getClass(),但是静态类没有this,直接写类名耦合度高。 参考了: https://stackoverflow.com/questions/936684/getting-the-class-name-from-a-static-met 阅读全文
posted @ 2016-05-01 07:43
InMicro
阅读(1019)
评论(0)
推荐(0)