python 自動化接口測試裏面經常用到的兩個os.path方法os.path.split(path ) : 把路徑分割成dirname(路徑名) 和basename(文件名),返回一個元組; ...
確定! 回上一頁