你改成this.print();就没有波浪拉~
你的print方法是一个静态方法,不能通过实例对象.方法名的方式来调取,你还可以把print方法前的static去掉。
HelloWorld.print();