在使用selenium進行登錄操作練手時,發現登錄按鈕是用a href="javascript.void(0)"實現的, 於是按照習慣思維進行點擊a = soup.find_all('a') for ...
確定! 回上一頁