C#:实现Brute-Force算法 public class BruteForce { public static int Search(string text, string pattern) { <