string txt=System.File.ReadAllText(YourFilePath);
txt=System.Text.RegularExpressions.Regex.Replace(txt,@"\s*(.+)\s*","$1");
System.File.WriteAllText(YourFilePath,txt);
版权归属:
轨迹
许可协议:
本文使用《署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)》协议授权
评论区