数据驱动、坚持为客户提供有价值的服务和内容
1. public class Rectangle { public int width;//宽 public int height;//高 } 2. public class Rectangle { public int width;//宽 public int height;//高 /** * 计算面积 * @param width * @param height * @