bath_path = r"I:\ner_results\ner_results"
dir_list1 = os.listdir(bath_path)

for dir1 in dir_list1:
    path = os.path.join(bath_path,dir1)
    print(path)


I:\ner_results\ner_results\clothes
I:\ner_results\ner_results\jiadian
I:\ner_results\ner_results\jiaju
I:\ner_results\ner_results\meizhuang
I:\ner_results\ner_results\wanju
I:\ner_results\ner_results\xiangbao
I:\ner_results\ner_results\zhubao_part1
I:\ner_results\ner_results\zhubao_part2

  

相关文章:

  • 2022-12-23
  • 2022-02-20
  • 2021-12-11
  • 2022-12-23
  • 2022-01-25
  • 2021-08-09
  • 2021-10-02
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
相关资源
相似解决方案