public static void main (String[] args){Statement.out.println(5==5);}
输出结果的话是 true,但是输出不是用 System.out.println么,这个Statement.out.println方法是哪里来的
true