From bfe24d1e4b6c36e3a192ba027ee8e2784d9b7d61 Mon Sep 17 00:00:00 2001 From: Jack <3486688394@qq.com> Date: Tue, 21 Jan 2025 19:02:09 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Test/Program.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Test/Program.cs b/Test/Program.cs index 38fc987..512a0b8 100644 --- a/Test/Program.cs +++ b/Test/Program.cs @@ -13,7 +13,10 @@ internal static class Program Abc = 123 }; var config = new Config(new FileInfo("./config.json")); - var t = config.Get("aaa.www.aaa.ccc", "1"); + var a = config.Get("aaa.www.www", "555"); + var b = config.Get("aaa.bbb", "1"); + var c = config.Get("aaa.sss", "1"); + var d = config.Get("bbb.sss", "1"); } }