string sss = File.ReadAllText("E:\\FM\\Mall\\MallSGWeb\\MallSGWeb\\MALL_simple\\File\\11111.html");
string stroutput = sss.Replace("</p>", "</p><br />");
File.WriteAllText("E:\\FM\\Mall\\MallSGWeb\\MallSGWeb\\MALL_simple\\File\\22222.html", stroutput);

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-12
  • 2022-12-23
  • 2022-12-23
  • 2022-02-17
  • 2022-12-23
猜你喜欢
  • 2021-06-10
  • 2021-12-04
  • 2021-07-04
  • 2022-03-01
  • 2022-12-23
  • 2022-02-25
相关资源
相似解决方案