java判断不为空

因为java是强类型语言,所以判断空的时候分null 和字符串空

if(userID == null || "".equals(userID)){
		 response.sendRedirect("login.jsp?errorType="+Utility.encrypt("1")+"&userID="+userID);
		 return;
	 }

 

posted on 2015-01-30 17:24  手撕高达的村长  阅读(312)  评论(0编辑  收藏  举报

导航