问题:
How do you use the CSS content property to add html entities? 如何使用CSS content属性添加html实体?
Using something like this just prints 使用这样的东西只打印 to the screen instead of the non-breaking space: 到屏幕而不是不间断的空间:
.breadcrumbs a:before {
content: ' ';
}
解决方案:
参考一: https://stackoom.com/question/nWu/使用CSS内容添加HTML实体参考二: https://oldbug.net/q/nWu/Adding-HTML-entities-using-CSS-content
来源:oschina
链接:https://my.oschina.net/u/3797416/blog/4317173