添加中文注释function subRendertemplate return selfrendertemplate context partials;
// 函数名: subRender // 参数: template - 模板字符串 // 返回值: 调用self对象的render方法,传入template、context和partials三个参数 function subRender(template) { return self.render(template, context, partials); }
原文地址: https://www.cveoy.top/t/topic/hixK 著作权归作者所有。请勿转载和采集!