标签:
Object.prototype.exist =
function
(){
if
(
typeof
this
!=
‘undefined‘
&&
.length>=1){
return
true
;
}
false
};
判断是否存在子节点
原文地址:http://www.cnblogs.com/wr314/p/5503550.html