2020年7月7日
摘要: 证明程序: public class TestVolatile { public static volatile int numb = 0; public static void main(String[] args) throws Exception { for (int i = 0; i < 1 阅读全文
posted @ 2020-07-07 21:48 又在桃花换酒钱 阅读(946) 评论(0) 推荐(0)