web开发中,尤其使用react开发项目时,我们可以很方便的动态定义标签(jsx)
const props = {
id: '',
className: '',
data-a: ''
}