240 发简信
IP属地:湖北
  • 如何在 ng2 中获取 组件的 DOM 元素

    可以通过注入ElementRef,访问nativeElement属性获取原始DOM import{Component,ElementRef}fr...