【JS】判断是不是元素节点对象

gengboxb 639 0
 isElementNode(node){
    return node.nodeType === 1;
}

发表评论 取消回复
表情 图片 链接 代码

分享