求助求助!
功能的实现应该在主函数中,新建一个类,把下面的代码写上就成,而且你建一个类,类名首字母要大写,hello应该改成Hello
public static void main(String[] args){ Hello h1=new Hello(); h1.call(); }