@midwayjs/view-ejsClassesEjsView版本:3.0.0本页总览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>