blink
Results
2
comments of
blink
f是python3.6的特性,你可以换种字符串format方式
改成这样应该就可以 `self.driver.find_element_by_xpath('//div[@class="select_right_list"]/div[{}]/span[2]'.format(self.round)).click()` 你是python3.6以下没有f""