欢迎访问『www.cnblogs.com/blog-ice』
01 2021 档案
java get current line no
摘要:public static int getCurrentLineNo() { StackTraceElement[] stackTrace = (new RuntimeException()).getStackTrace(); if (stackTrace.length > 1) { return 阅读全文
posted @ 2021-01-18 10:00 仙路尽头谁为峰 阅读(131) 评论(0) 推荐(0)

这里是自由发挥的天堂