2015年8月16日
摘要: 在servlet和jsp中存值和取值的方式由两种1种是setAttribute和getAttribute2种是c:forEach 阅读全文
posted @ 2015-08-16 10:57 菜鸟乙 阅读(447) 评论(0) 推荐(0) 编辑
摘要: int 转换成String类型int a=12;String b=a+"";String 类型转换成int类型String a="23";int b=Integer.parseInt(a); 阅读全文
posted @ 2015-08-16 08:35 菜鸟乙 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 本文转自https://zhidao.baidu.com/question/496691772494546604.html,感谢这位兄弟的解答 以工程名为TEST为例: (1)得到包含工程名的当前页面全路径:request.getRequestURI() 结果:/TEST/test.jsp (2)得 阅读全文
posted @ 2015-08-16 08:35 菜鸟乙 阅读(131) 评论(0) 推荐(0) 编辑