摘要:
os.path模块主要用于文件的属性获取,在编程中经常用到,以下是该模块的几种常用方法。 官方文档:http://docs.python.org/library/os.path.html 1. os.path.abspath(path) 返回path规范化的绝对路径。 2. os.path.spli 阅读全文
摘要:
``` coding: utf 8 from selenium import webdriver import os import time from selenium.webdriver.support.ui import WebDriverWait from selenium.webdriver 阅读全文