📌  相关文章
📜  获取以python代码示例结尾的列表文件

📅  最后修改于: 2022-03-11 14:45:18.083000             🧑  作者: Mango

代码示例1
lstJson = [f for f in os.listdir(str(self.pathJson)) if f.endswith('.json')]
        return lstJson