os模块包含了普遍的操作系统和文件目录方法 引入类库
首先需要引入类库
import os 常用方法
OS模块方法
获取操作系统类型
nt->window:Microsoft Windows NT
posix->Linux/Mac OS: Portable Operating System Interface of UNIX(可移植操作系统接口&…
feat
feat - A new feature : 一个新功能
fix
fix - A bug fix : bug修复
docs
docs - Documentation only changes : 仅更改文档
style
style - Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) : 不影响代…