define change(x,y,z) z=x;x=y;y=z void main(void) { ........... .......... change(aa,bb,xx); .......... .......... } 发表时间:2003年4月23日19:01:46