摘要: 1.使用len(list(iter_name))查看iterable对象长度,发现iterable对象不再可用 代码如下: from pathlib import Path img_path = Path("./img") img_files = img_path.rglob("*.png") pr 阅读全文
posted @ 2021-09-10 15:07 Yong5437 阅读(411) 评论(0) 推荐(0)