@midwayjs/view-nunjucksClassesNunjucksView版本:Next本页总览NunjucksView ImplementsIViewEngineIndex ConstructorsconstructorPropertiesnunjucksMethodsrenderrenderStringConstructors constructornew NunjucksView(): NunjucksViewProperties nunjucksnunjucks: NunjucksEnvironmentMethods renderrender(name: string, locals?: Record<string, any>, options?: RenderOptions): Promise<string>renderStringrenderString(tpl: string, locals?: Record<string, any>, options?: RenderOptions): Promise<string>