1、在使用css选择器find_elements_by_css_selector时,id不能以数字开头,否则报错如下
2、修改成find_elements_by_css_selector("[id='1'] a")便可
3、程序成功运行