int a = 12
int b = 23
int c = 7
int d = 44
int e = 1257
int f = 32
int g = 36追如有以上数据,用什么方法可以让它从小到大排序起来
将这些结果添加到List里面去