我正在创建一个反应形式,看起来像向导类型意味着点击下一个按钮,它将加载另一个组件。
为此,我使用的是javascript迭代器。我根据迭代器返回的内容更新状态,但我不明白它没有更新组件的状态。
代码:
1. select any subset of the items such that there is no other
item which can be feasibly chosen
2. select the largest item
3. out of 1. and 2., choose the subset which yields the larger total size
检查jsfiddle
中的代码谢谢...