Substring详解 class Program { static void Main(string[] args) { string str = “Hello World!”; int i = 4; //Substrin … 继续阅读 Substring详解