跟老余学Java第一天学会了教科书式的Helloworld默写public calss HelloWorld{ public static void main(String[]args) { System.out.println("HelloWorld"); }]