摘要: 获取yaml文件内容存储为Execl import yaml import pandas as pd def yaml_to_excel(yaml_file, excel_file): # 读取YAML文件 with open(yaml_file, 'r', encoding='utf-8') as 阅读全文
posted @ 2026-01-20 13:14 Phoenixy 阅读(2) 评论(0) 推荐(0)