$(this).next()[0].nodeName=='DIV' //换成: $(this).next().get().nodeName=='DIV' //或是换成 $(this).is('div')
$(this).next()[0].nodeName=='DIV'
$(this).next("div").size() != 0
会不会是ie不支持你这种获取对象属性的方法
87,997
社区成员
224,709
社区内容
加载中
试试用AI创作助手写篇文章吧