我有这段代码如下
while(children.hasNext())
{
Page child1=children.next();
}
我需要在我的 jstl 中使用 for 循环或每个循环来使用此代码。
我可以知道我们该怎么做吗?
我有这段代码如下
while(children.hasNext())
{
Page child1=children.next();
}
我需要在我的 jstl 中使用 for 循环或每个循环来使用此代码。
我可以知道我们该怎么做吗?