摘要:
Python os.listdir sort 排序问题(默认ASCII规则排序) sort默认ASCII规则排序 # 数组 test_list = ['0.jpg', '11.jpg', '2.jpg', '1.jpg', '20.jpg', '3.jpg'] # 排序 test_list.sort 阅读全文
摘要:
首先你得有多个Python版本 Preferences > Project : 本地项目名称 > Python Interpreter 1、打开PyCharm的偏好设置 手动打开Preferences 或者 快捷键( command + , ) 2、选择Project > Python Interp 阅读全文