with open("games.txt", "w") as text_file: print(driver.current_url) text_file.write(driver.current_url + "\n") 我現在正在使用此程式碼,但是 ...
確定! 回上一頁