摘要: 1.一般情况下的换行: word-break:break-all或者word-wrap:break-word 2.<wbr>标签换行方式 <p>Canvas<wbr>Rendering<wbr>Context2D<wbr>.global<wbr>Composite</p> 若是非连续英文字符,<wb 阅读全文
posted @ 2019-12-03 17:03 养乐 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 1.一般情况下的换行: word-break:break-all或者word-wrap:break-word <p>大家<wbr>想要<wbr>实现<wbr>换行吗?</p> 如果是非连续英文字符,<wbr>需要与white-space:nowrap配合使用才有意义。 <wbr>不能与word-br 阅读全文
posted @ 2019-12-03 16:59 养乐 阅读(203) 评论(0) 推荐(0) 编辑