标签: python jpeg
我有一个目录,其中包含多个目录。每个子目录中都有jpeg图像。你能帮我找到一种方法来提取这些图像并使用python将它们复制到一个文件夹中。
提前致谢
答案 0 :(得分:0)
你可以这样做:
@Query("select c from Child c LEFT JOIN c.parent p where c.name is not null")