在 Python2.x ,我可以将自定义函数传递给排序函数和.Sort函数
>>> x=['kar','htar','har','ar'] >>> sorted(x) ['ar', 'har', 'htar', 'kar']