欢迎访问我的github:huanshen,有我的源码解析 常用的判断函数有type,isEmptyObject,isFunction,isWindow,isPlainObject,isArraylike,isArray,isNumeric,documentIsHTML ,isXML,并对其源码进行了解析. 1.类型type type: function( obj ) { if ( obj == null ) { return String( obj ); } // Support: Safar…