css纯数字或字母换行

#div {
   word-wrap:break-word;
   word-break:break-all;
}
原文地址:https://www.cnblogs.com/xsphehe/p/6955178.html