摘要: 1. <% request.getSession().putValue("time","0"); %> var a = <%=request.getSession().getValue("time")%>; alert(a ); 2. $(document).click(function (e) { 阅读全文
posted @ 2017-05-08 22:15 higsan 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 1. <html> <body onload="func()"> </body> </html> 2. <script type="text/javascript"> function func(){……} window.onload=func; </script> 3. <html> <body 阅读全文
posted @ 2017-05-08 22:14 higsan 阅读(854) 评论(0) 推荐(0) 编辑