1.写入标签: 水觅微博 2.加入JS: 复制代码 代码如下: <BR>function checkValidate(){ <br><br>if($("#signOut").text()){ <br><br>window.location.href="<%=basePath%>/jsp/weibo/index.jsp"; <BR>}else{ <br><br>window.location.href="<%=basePath%>index.jsp"; <BR>} <BR>} <BR> 3.解释: $("#signOut").text()为我所需要判断的对应ID的Html元素的值