2021年2月19日

c#自动修复缺损和不规范的html

摘要: private string fixHTML(string html) { using (var reader = new SgmlReader()) { reader.DocType = "HTML"; reader.InputStream = new StringReader(html); us 阅读全文

posted @ 2021-02-19 14:43 空明流光 阅读(176) 评论(0) 推荐(0)

导航