span标签中实现换行

1,310 阅读1分钟
span{ word-break:normal; 
width:auto; display:block;
white-space:pre-wrap; 
word-wrap : break-word ;
overflow: hidden ; }