zepto:
$.isEmptyObject = function(obj) { var name for (name in obj) return false return true }
$.isEmptyObject({})//true
时间: 2024-12-31 07:11:49
zepto:
$.isEmptyObject = function(obj) { var name for (name in obj) return false return true }
$.isEmptyObject({})//true