11 2020 档案
Json文件与C#字典读写转换
摘要:1.C# 字典读取Json文件: 1 Dictionary<string, Dictionary<string, float>> Dic_Infos = new Dictionary<string, Dictionary<string, float>>(); 2 3 string path = @" 阅读全文
posted @ 2020-11-18 16:02 _萧朗 阅读(2052) 评论(0) 推荐(0) 编辑
unity通过WebAPI调用MongoDB
摘要:1.unity模块-调用WebAPI: 1 using UnityEngine; 2 using System.Collections; 3 using System.IO; 4 using System.Collections.Generic; 5 using System.Linq; 6 usi 阅读全文
posted @ 2020-11-05 18:34 _萧朗 阅读(473) 评论(2) 推荐(0) 编辑