python的内置模块之os模块方法详解以及使用
1、getcwd() 获取当前工作路径 2、chdir() 改变当前工作路径 3、返回上级目录用.. 4 ...
1、getcwd() 获取当前工作路径 2、chdir() 改变当前工作路径 3、返回上级目录用.. 4 ...
一、XML介绍 xml是实现不同语言或程序直接进行数据交换的协议,跟json差不多,单json使用起来更简单,不过现在还有很多传统公司的接口主要还是xml xml跟html都属于是标签语言 ...
time内置模块的方法 1、time() 时间戳 time() -> floating point number 浮点数 Return the current time in second ...