2024年4月10日
摘要: 强制等待 即sleep()方法,由python中的time模块提供,强制让代码等待xxx时间,无论前面的代码是否执行完成或者还未完成,都必须等待设定的时间。 示例代码如下: # coding = utf-8 from selenium import webdriver from time impor 阅读全文
posted @ 2024-04-10 16:25 彭灰 阅读(191) 评论(0) 推荐(0)