baidu.lang.isArray = function (source) {
    return '[object Array]' == Object.prototype.toString.call(source);
};