例如,我有amount=input((
我试过driver.get((,amount,但我只是打开了一个空白的chrome选项卡。我该如何告诉它它打开了多少次?
for i in range(int(amount)):
driver.execute_script("window.open('');")
如果你想要";金额";的选项卡就是这样做的。