目标:实现对Person 对象的年龄,从小到大排序 1、实现排序 2、创建Person类 3、运行结果(实现对年龄的排序) person p1 10 person p4 15 person p3 20 person p2 30