You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
419 B

AI 协助记录:
我使用了以下 prompt:
“请将下面的 Python 温度转换程序改写为等效的 Java 程序,保留注释并保证功能一致。同时支持命令行参数模式和批量文件读取转换。”
AI 给出了完整的 Java 代码,并解释了每个方法的作用。我根据 AI 的建议添加了三种运行模式并整理了 README 和运行示例,确保符合提交要求。