qinenling
Results
1
comments of
qinenling
time.sleep(2) try: driver.find_element_by_css_selector('.QuestionMainAction').click() time.sleep(1) print('成功') except: print('失败') execute_times(7) 这样就可以了。。。