code atas


Showing posts with label iterator. Show all posts
Showing posts with label iterator. Show all posts

Iterator Jsp Struts2 高速

Iterator Jsp Struts2 高速 . 如果想将struts2 action中的某个对象,链表或是字符串传到jsp页面,只需在action中定义 这个对象,链表或字符串,然后生成get,set方法。这样页面就可以获取了。例如:public cla…