因为ArrayList无法比较RandomNumber类,除非你写一个继承ArrayList的类,重写实现Sort的接口方法,或者自己写个继承ICollection或IList的类,也需要重写排序的方法