We could try to write a lambda function (e.g. sorted(items, key=lambda x: x.lower() if isinstance(x, str) else x) ) but that's not going to work ...
確定! 回上一頁