using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Text; namespace HTEXScan.Models { /**处理器**/ class Processer { /**获取模板**/ public static Template ReadTemplate(string path) { string s = System.IO.File.ReadAllText(path); try { return JsonConvert.DeserializeObject