From 3473a51569d22b5a7025d6a6e0fabc0ff13a8aeb Mon Sep 17 00:00:00 2001 From: 2881099 <2881099@users.noreply.github.com> Date: Tue, 29 Mar 2022 22:10:13 +0800 Subject: [PATCH] Updated Update Data (markdown) --- Update-Data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Update-Data.md b/Update-Data.md index 82ca063..6d751e2 100644 --- a/Update-Data.md +++ b/Update-Data.md @@ -196,7 +196,7 @@ The three of them are functions of the same level, corresponding to: ## 7态Dictionary Update ```csharp -Dictionary dic = new Dictionary(); +var dic = new Dictionary(); dic.Add("id", 1); dic.Add("name", "xxxx");