DOM元素添加事件 <a href="#" onclick="testClick();">点击我</a>. React中添加事件 <button onClick={this.testClick}>点击我</button>.
確定! 回上一頁