Driver.Quit()与Driver.Close()的不同:Driver.Quit(): Quit this dirver, closing every associated windows;Driver.Close(): Close the current window, quiting the browser if it is the last window currently open.