Esempio n. 1
0
 internal static string Read(string templateId)
 {
     //从缓存中获取模板内容
     return(TemplateCache.GetTemplateContent(templateId));
 }