特牛网址导航

20. 标准库——Python官网语法摘录_python基本语法官网-CSDN博客

网友收藏
文章浏览阅读205次。1. 操作系统接口>>> import os>>> os.getcwd() # Return the current working directory'C:\\Python38'>>> os.chdir('/server/accesslogs') # Change current working directory>>> os.system('mkdir today') # Run the command _python基本语法官网