摘要:
DeprecationWarning: the imp module is deprecated in favour of importlib 此问题原因为 python 3.4后 imp库废弃,采用importlib库,所以更改我们的编译器pycharm的源码文件即可 在该目录下C:\PyChar 阅读全文
posted @ 2021-12-10 00:43
轻幻
阅读(2400)
评论(0)
推荐(0)
摘要:
#codin=utf-8 from selenium import webdriver from selenium.webdriver.common.by import By import time, unittest class TEST1(unittest.TestCase): # 类方法(不需 阅读全文
posted @ 2021-12-10 00:40
轻幻
阅读(336)
评论(0)
推荐(0)