摘要: 转自:http://liuyuru.iteye.com/blog/773367 1.简单说 page指当前页面。在一个jsp页面里有效 2.request 指从http请求到服务器处理结束,返回响应的整个过程。在这个过程中使用forward方式跳转多个jsp。在这些页面里你都可以使用这个变量。 3. 阅读全文
posted @ 2017-05-31 20:03 Jachin 阅读(679) 评论(0) 推荐(0)
摘要: public class Test4 { public static void main(String[] args) { int x=(int) (Math.random()*100);//100以内的随机数 int y=(int) Math.random();//0或者1 System.out. 阅读全文
posted @ 2017-05-31 18:07 Jachin 阅读(211) 评论(0) 推荐(0)