I\'ve got many table rows like this:
100 200 2条回答 攒了一身酷 (楼主) 2021-01-01 16:32 You want to find the element inside the cell, so you should use find/find_all on the cell like this: cells[2].find('input')['value'] 0 讨论(0) 查看其它2个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
You want to find the element inside the cell, so you should use find/find_all on the cell like this:
cells[2].find('input')['value']