摘要:
import os import sys import json import yaml def load_swagger(file_path): with open(file_path, "r", encoding="utf-8") as f: file_ext = os.path.splitex 阅读全文
posted @ 2026-04-03 16:49
NAVYSUMMER
阅读(7)
评论(0)
推荐(0)
摘要:
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ 将 Swagger JSON 文件转换为 Word 格式的接口文档 """ import json from docx import Document from docx.shared import 阅读全文
posted @ 2026-04-03 16:40
NAVYSUMMER
阅读(7)
评论(0)
推荐(0)

浙公网安备 33010602011771号