public class Main{ public static void main(String args[]) { System.out.println (new Exception().getStackTrace()[0].getMethodName()); } } ...
確定! 回上一頁