如何在react.js 中利用for循环之类的输出html
1个回答
2016-12-17
展开全部
在jsx中使用collection.map就好
可以在component内部定义一个或者外部传入一个mapper函数
const mapper = (item) => { return (
<MyItem>{item.name}</MyItem>
)}
然后在render的jsx中
{ collection.map(mapper)}
才发现fb
可以在component内部定义一个或者外部传入一个mapper函数
const mapper = (item) => { return (
<MyItem>{item.name}</MyItem>
)}
然后在render的jsx中
{ collection.map(mapper)}
才发现fb
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询