之前没有接触过react,现在需要修改代码
React.createElement(
'th',
{ key: key, style: { 'width': col.width ? col.width : 'auto' } },
colContent,
'i',null,'点击'
)
现在想给生成的i标签添加点击事件,请问该怎么做
相关分类