摘要: package com.example.song; import org.junit.Test; public class DemoTest { @Test public void test1(){ /** * 赋值运算的顺序问题,count1为0,++在后是先赋值在运算,count1会copy一份 阅读全文