Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下情况可能吗?
假设我从控制器接收到一个 Iterator[String] 并且我想对其进行部分迭代。
我想这样做而不需要生成额外的请求,因为迭代器已经到位。(通过点击下一步按钮)这真的可能吗?
先感谢您
如果“就地”是指迭代器以某种方式从控制器(JSON 或其他)返回,并且可以在视图中访问,则对其进行部分迭代似乎没有问题。