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