From 0cf9f15bf31dbb3cf439332a28ffc577ea452219 Mon Sep 17 00:00:00 2001 From: YuWeixia Date: Sun, 8 Mar 2026 22:48:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'W1-yuweixia-202506050224/?= =?UTF-8?q?README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- W1-yuweixia-202506050224/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 W1-yuweixia-202506050224/README.md diff --git a/W1-yuweixia-202506050224/README.md b/W1-yuweixia-202506050224/README.md new file mode 100644 index 0000000..6490807 --- /dev/null +++ b/W1-yuweixia-202506050224/README.md @@ -0,0 +1,9 @@ +# 温度转换程序(Java版) + +将 Python 温度转换程序移植为 Java,保留原功能并扩展了命令行参数与文件批量转换。 + +## 编译与运行 + +### 编译 +```bash +javac TemperatureConverter.java \ No newline at end of file