未知题型
写出以下代码执行后,t1的值____和t2的值____ int a=14; int t1 = a++; int t2 = ++a;
【参考答案】
["14","16"]
点击查看答案
