fuelcells[:1]
只是['Honda FCX Clarity']
长一个列表。但是当我尝试
with open('fuelcells.pkl', 'wb') as f:
pickle.dump(fuelcells[:1], f, pickle.HIGHEST_PROTOCOL)
出现以下错误,
in __getattr__
if len(tag) > 3 and tag.endswith('Tag'):
RecursionError: maximum recursion depth exceeded in comparison
我们非常感谢您的帮助。谢谢。在in __getattr__
前面打印
"*\bs4\element.py", line 1045,
因此,即使生产线与它无关,它也代表着漂亮汤的问题。