js 加载

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编辑  收藏  举报