+
95
-

回答

<script>
var exp = null;
if (!exp && typeof(exp)!="undefined" && exp!=0)
{
alert("is null");
} 
</script>

网友回复

我知道答案,我要回答