AttributeError ResultSet object has no attribute text Youre probably treating a list of elements like a single element Did you call find_all when you meant to call find用中文回答
这个错误是由于你把一个列表的元素当作一个单独的元素来处理所引起的。可能是你在调用find()时本应该调用find_all()。
原文地址: https://www.cveoy.top/t/topic/iynD 著作权归作者所有。请勿转载和采集!