你要使用具体的对象去调用类的非静态函数,在这里,你的类名是Rectangle,类的对象名称是Rectangle1和Rectangle2,所以你的代码应该是Rectangle1.volume()和Rectangle2.volume()