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.
我知道这个模块是干什么用的,只是不知道他们为什么选择这个名字——shutil。这种“随意”的名字如果不知道是从哪里来的,就很难记住了。请给我一些提示,谢谢。
它的意思是“shell 实用程序”,sh 代表 shell,util 代表实用程序。
如果您考虑一下shutil 的作用,那是有道理的(操作文件系统、制作档案等)。