您的当前位置:TAGS -> 单层
  • C#解析单层html的中的文本,然后拼接起来

    前端开发2025年05月14日

    匹配单层html的小demo,应该能匹配大多数html字符串.多层(嵌套)html标签解析不出来.可能有小bug,我抛砖引玉下,哈哈. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.Regular...