摘要:
在servlet和jsp中存值和取值的方式由两种1种是setAttribute和getAttribute2种是c:forEach 阅读全文
posted @ 2015-08-16 10:57
菜鸟乙
阅读(457)
评论(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
菜鸟乙
阅读(117)
评论(0)
推荐(0)
摘要:
本文转自https://zhidao.baidu.com/question/496691772494546604.html,感谢这位兄弟的解答 以工程名为TEST为例: (1)得到包含工程名的当前页面全路径:request.getRequestURI() 结果:/TEST/test.jsp (2)得 阅读全文
posted @ 2015-08-16 08:35
菜鸟乙
阅读(135)
评论(0)
推荐(0)
浙公网安备 33010602011771号