列表排序(内容是字符串)

需求:

 做法一:冒泡排序处理

 做法二:sorted(列表,key),利用sorted()方法中的key参数

原文地址:https://www.cnblogs.com/changdasheng/p/12573267.html