标签: reactjs event-handling
如何在迭代列表时更正回调中有关项目的设置数据?我找到了这个解决方案:
handleKeyPress = (item) => (e) => {...} ... onClick={handleKeyPress(item)}
这可能不是一种麻烦吗?