摘要: public static string get_val_by_key(this Dictionary<string, string> dictionary, string key) => dictionary == null || !dictionary.ContainsKey(key) ? "" 阅读全文
posted @ 2023-02-27 10:35 liskov_design 阅读(28) 评论(0) 推荐(0)