jsp js action之间的传值
摘要:
1、struts2 action如何向JSP的JS函数传值action中定义变量public class TestAction extends ActionSupport implements ServletRequestAware { private String state = "test";} 阅读全文
posted @ 2016-03-31 15:55 零度千里 阅读(3526) 评论(0) 推荐(0) 编辑