05 2017 档案
摘要:1. <% request.getSession().putValue("time","0"); %> var a = <%=request.getSession().getValue("time")%>; alert(a ); 2. $(document).click(function (e) {
阅读全文
摘要:1. <html> <body onload="func()"> </body> </html> 2. <script type="text/javascript"> function func(){……} window.onload=func; </script> 3. <html> <body
阅读全文