var flag = "";
var sh = window.setInterval(function(){
if(flag != "1")
{
$.ajax({
type: "POST",
url: "${pageContext.request.contextPath}/login.do?method=init",
success: function(result){
flag = $.trim(result);
}
});
}
else{
window.clearInterval(sh);
}
},1000);
var sh = window.setInterval(function(){
if(flag != "1")
{
$.ajax({
type: "POST",
url: "${pageContext.request.contextPath}/login.do?method=init",
success: function(result){
flag = $.trim(result);
}
});
}
else{
window.clearInterval(sh);
}
},1000);
643

被折叠的 条评论
为什么被折叠?



