- 获取当前类名
非静态方法:this.getClass().getName()
静态方法:Thread.currentThread().getStackTrace()[1].getClassName() - 获取当前方法名
Thread.currentThread().getStackTrace()[1].getMethodName() - 获取当前时间戳
毫秒:System.currentTimeMillis();
纳秒:System.nanoTime();
本文标题:常用函数
本文链接:https://www.haomeiwen.com/subject/rjaktftx.html
网友评论