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.
我想像这样在jsp中编写一个for循环
for(int i = 0; i< max;i++){ print("something"); }
其中“max”和“something”在动作类的变量中。写这个的标签是什么。你能给我提供示例代码吗?
您可以使用 struts2 迭代器标签
Apache Struts2 网站上的文档和示例
另外,我建议在开始 struts2-web 项目之前阅读文档/入门或教程。