定义一个长方形(Rectangle)类,定义求周长(length)和面积(area)的方法, 然后定义一个测试类Test,进行测试。public static void main(String[] args) { Rectangle rectangle = new Rectangle();