document.write("");
摘要: pip install pillow from PIL import Image def png_to_ico(png_path, ico_path): img = Image.open(png_path) img.save(ico_path, format='ICO') png_to_ico('V 阅读全文
posted @ 2024-06-12 11:26 人间春风意 阅读(2) 评论(0) 推荐(0) 编辑