CSS 计数器
应用于代码中的行号
a = "CSS counters"
b = " are cool!"
puts a + b
x = "CSS counters"
y = " are flexible!"
puts x + y