String temp=(String)map.get(key);

if(temp==null)

{

Dosomthing;

}

else

{

Dosomething;

}

相关文章: