public class T1 { public static void main(String[] args) { T2.f(1); System.out.println(T2.output); //输出结果:234 //若T2.f(不等1的数)则输出结果为13 } } Read More
posted @ 2017-08-09 16:31 fie Views(181) Comments(0) Diggs(0)