例如,如果我有字符串“格式化”,我想显示它
Format It
使用CSS.
由于它不接受百分比值,因此您可以使用相对值,如vw.
div { word-spacing: 100vw; }
http://jsfiddle.net/ApL3h/