Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Python iterparse的新手,iterparse中的下划线“_”是什么意思?
例如:
for _, element in ET.iterparse(file_in):