$("br",top.document).parent().contents().each(function() {
textx = this.textContent.replace(/\s+/g, '')
if ( this.nodeType == 3 && textx.length ) {
$(this).wrap('<div id="uniqja__' + numero + '"></div>')
}
})
问问题
296 次