摘要: 1 Windows系统powershell命令 1.1 完整清晰的多步命令 # 将图片转换为 Base64 字符串 $imagePath = "C:\path\to\your\image.jpg" $imageBytes = [System.IO.File]::ReadAllBytes($image 阅读全文
posted @ 2025-09-08 19:05 学术大垃圾 阅读(34) 评论(0) 推荐(0)