📜  内容css代码示例中的换行符

📅  最后修改于: 2022-03-11 14:47:37.883000             🧑  作者: Mango

代码示例1
p:after {
    display: block;
    white-space: pre-line;
    content: "Me too! \A Me three!";
}