您可以使用抽象相等运算符的品质来做到这一点:
if (variable == null){ // your pre here.}
因为
null == undefined为true,所以上面的代码将同时捕获
null和
undefined。
欢迎分享,转载请注明来源:内存溢出
您可以使用抽象相等运算符的品质来做到这一点:
if (variable == null){ // your pre here.}
因为
null == undefined为true,所以上面的代码将同时捕获
null和
undefined。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)