code

function isEmptyObject(e) {
    var t;
    for (t in e)
        return !1;
    return !0
}

  

posted on 2018-11-01 22:37  邢帅杰  阅读(308)  评论(0)    收藏  举报