using System;namespace Hover{ public class RemoveString { public static void Main() {
string name = "11111.html"; Console.WriteLine(name.Remove(5,5)); } }}分离出来11111
Powered by: 博客园 Copyright © 2024 Hover Powered by .NET 9.0 on Kubernetes