+
95
-

js如何判断是否null?

js如何判断是否null?

网友回复

+
15
-
<script>
var exp = null; 
if (!exp && typeof(exp)!="u...

点击查看剩余70%

我知道答案,我要回答