赞
踩
function isObject(x) { return Object.prototype.toString.call(x) === '[object Object]'; }
此方法不够严谨