源码如下,不理解 !!v 有什么意思?
isObject : function(v){
   return !!v && Object.prototype.toString.call(v) === '[object Object]';
},