@midwayjs/view-ejsClassesEjsView版本:Next本页总览EjsView ImplementsIViewEngineIndex ConstructorsconstructorPropertiesejsConfigviewManagerMethodsrenderrenderStringConstructors constructornew EjsView(): EjsViewProperties ejsConfigejsConfig: anyviewManagerviewManager: ViewManagerMethods renderrender(name: string, locals?: Record<string, any>, options?: RenderOptions): Promise<string>renderStringrenderString(tpl: string, locals?: Record<string, any>, options?: RenderOptions): Promise<string>