作者:chrispy
isEmptyObject(res.data)
function isEmptyObject(e) {
var t;
for (t in e)
return !1;
return !0
}