12 2019 档案

摘要:```csharp /// /// 清除文本中Html的标签 /// /// /// protected string ClearHtml(string Content) { Content = ReplaceHtml("&#[^>]*;", "", Content); Content = ReplaceHtml("]*>", "", Content); Content = ReplaceHtml 阅读全文
posted @ 2019-12-23 11:43 TTonlyV5 阅读(285) 评论(0) 推荐(0) 编辑
摘要:```csharppublic partial class SystemScheduler{ private SystemScheduler() { } public static SystemScheduler CreateInstance() { return new SystemScheduler(); } private ISched... 阅读全文
posted @ 2019-12-10 10:34 TTonlyV5 阅读(116) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示