复合条件来检测null值的类型:
var a =null ;(!a&& typeof a === "object"); //true
请问这个得到的true的结果是怎么得出的,!a 这样处理有点费解~
蝴蝶不菲
相关分类