duyanli

Regex regex = new Regex("<.+?>", RegexOptions.IgnoreCase);

string strOutput = regex.Replace(detail[0].SC_JianJie, "");

分类:

技术点:

相关文章:

  • 2022-01-05
  • 2021-12-12
  • 2021-04-03
  • 2021-06-04
  • 2021-07-30
  • 2021-09-26
  • 2021-08-07
猜你喜欢
  • 2022-01-06
  • 2021-04-05
  • 2021-05-27
  • 2022-02-15
  • 2021-11-14
  • 2021-07-03
  • 2022-02-12
相关资源
相似解决方案