最近正在學習爬蟲 requests & beautifulsoup4
看了影片的tutorial 想要自己嘗試用這個網站進行爬蟲
https://monitor.buyerguide.info/pre-selection/cp-eye
檢查之後發現這個table在tbody這個標籤裡面
但是當我print(tbody.contents)之後
發現他只有讀到GW2480Plus這筆資料 後面都遺失了
想請問應該要怎麼做才能正確地讀到最後一筆資料G322CQP呢?
我的code在下方 可以直接複製
https://gist.github.com/akuan1997/5a6a4fb4ba56be9b0e87fd7066736ff4
謝謝python板的大神