摘要: 1 2 //原理:第一次进入页面的时候id为history_back的标签为空,会执行第15行的方法为history_back赋值,当页面由下一页返回的时候history_back已经有了值,所以就会跳到第7行的方法里面执行里面的方法 阅读全文
posted @ 2015-07-07 19:52 ordinary01 阅读(3799) 评论(1) 推荐(0) 编辑
摘要: public static void main(String[] args) { Date d = new Date(); System.out.println(d); // Date类的默认格式 Tue Jul 07 19:17:40 CST 2015 /... 阅读全文
posted @ 2015-07-07 19:41 ordinary01 阅读(818) 评论(0) 推荐(0) 编辑