String s1="1";public void f(String s2){ System.out.println(s2); System.out.println(s1);}s1为隐式参数 s2为显示参数