在 run() 函數中調用了內聯函數 test() 。反編譯查看對應的java 代碼: public static final void test() { String var1 = "I'm a inline function"; ...
確定! 回上一頁