From 1b920b7f9430bdf833b1b1c1bb1a6059285d05a4 Mon Sep 17 00:00:00 2001 From: Cys Date: Thu, 17 Oct 2024 16:59:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=88=E6=98=B1=E6=9D=89=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=8A=9F=E8=83=BD2=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Git.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Git.java b/Git.java index 11367d2..74d3a0b 100644 --- a/Git.java +++ b/Git.java @@ -4,7 +4,7 @@ import java.awt.event.ActionEvent; import java.awt.event.ActionListener; public class Git { - +//士大夫 // 将任意进制字符串转换为十进制整数 public static int toDecimal(String number, int base) { int decimal = 0;