Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用存储克隆目录查询的标准方法
result = catalog(..., sort_on='sortable_title')
在现实中不是很有用,因为排序规则因国家和语言而异。
这是一些内置功能,用于对给定语言环境的字符串(或对象)列表进行排序?
临时切换 Python 语言环境的标准技巧不适合,因为它不是线程安全的。
有什么选择吗?