Updated Update Data (markdown)

2881099
2022-03-29 22:10:13 +08:00
parent aabddaeca0
commit 3473a51569

@@ -196,7 +196,7 @@ The three of them are functions of the same level, corresponding to:
## 7、Dictionary Update
```csharp
Dictionary<string, object> dic = new Dictionary<string, object>();
var dic = new Dictionary<string, object>();
dic.Add("id", 1);
dic.Add("name", "xxxx");