ie是不支持text 空白节点的所以想用这个写法清除inline-block可以休矣!!!$('.container').contents().filter(function() { return this.nodeType == 3; }) .wrap('<p></p>')