jackResult(a,b,c);为什么不是 jackResult(x,y,z);
还有int x, int y, int z,可以替换
int a, b, c;
a = 10;
b = 20;
c = 30;这个吗
当然可以啊,abc就是我们用来放内容的容器名,你只要知道它的内容就行了