如何在React上访问/获取组件的HTML id标签的值?

时间:2017-07-21 15:15:45

标签: html reactjs tags

我想从一个react组件中检索,组件的id为第三部分库做一些有意义的事情。 我怎么能得到它?

例如在Ember中,您可以通过elementIdhttps://www.emberjs.com/api/ember/2.14/classes/Ember.Component/properties/elementId?anchor=elementId访问它。

1 个答案:

答案 0 :(得分:1)

有关

<div id="specialId" />

我认为你可以做到:

this.refs.specialId