JsonKey小写

System.Text.RegularExpressions.MatchCollection ms = System.Text.RegularExpressions.Regex.Matches(ecarvoText, "\\\"[a-zA-Z0-9]+\\\"\\s*:");
                    foreach (System.Text.RegularExpressions.Match item in ms)
                    {
                        ecarvoText = ecarvoText.Replace(item.Value, item.Value.ToLower());
                    }

  

posted @ 2017-12-07 09:40  会弹猫的吉他  阅读(147)  评论(0编辑  收藏  举报