.word-break {
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
white-space: pre-line;
}
来源: CSS-TRICKS
我在上面使用过分词。但它给出了下面提到的错误。
注意:我的编辑器是 VS 2013
那么我怎样才能摆脱上述错误呢?任何帮助将不胜感激。