public class TestA {
boolean flag=true; public void stop() { flag = false; } public static void main(String[] args) { TestA testA = new TestA(); testA.stop(); }
}
收起
在群里面问了 ,是说基本类型都在栈中,一语惊醒梦中人
报告相同问题?