html_content = """ 烟花祝福盛宴
html2.link ·粘贴 HTML,一键生成链接
""" with open('/mnt/agents/output/fireworks_blessing.html', 'w', encoding='utf-8') as f: f.write(html_content) print("文件已保存,大小:", len(html_content), "字符")