Object.prototype.exist =
function
(){
if
(
typeof
this
!=
‘undefined‘
&&
this
.length>=1){
return
true
;
}
return
false
;
};
不解释
时间: 2025-01-16 08:26:50
Object.prototype.exist =
function
(){
if
(
typeof
this
!=
‘undefined‘
&&
this
.length>=1){
return
true
;
}
return
false
;
};
不解释