xpath(第二种选择)
所以写的方式:=driver.find_element_by_xpath('//input[@placeholder="请输入账号"]').send_keys('admin')
css(第一种选择)