string tmp=///吧文件读出成string的
 Regex regReplaceBlank = new Regex(">(\\s+)<", RegexOptions.IgnoreCase);
        Regex regReplaceLine 
= new Regex("\\s\\n", RegexOptions.IgnoreCase);
        tmp 
= regReplaceBlank.Replace(regReplaceLine.Replace(tmp, ""), "><");

 

 

相关文章:

  • 2021-07-17
  • 2022-12-23
  • 2022-03-01
  • 2021-12-29
  • 2022-02-24
  • 2022-03-06
  • 2021-07-09
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-25
  • 2021-09-01
  • 2022-12-23
  • 2021-11-21
相关资源
相似解决方案