【问题标题】:Are these two CSS new line characters the same? \a, \A这两个 CSS 换行符是一样的吗? \一个,\一个
【发布时间】:2021-08-27 01:24:23
【问题描述】:

我想确认\a\A是否都是同一个CSS换行符,这里是大写还是小写无关紧要?

Like for example these are the same:
#content1::after{
    content: "\a";
    white-space: pre;
}
#content1::after{
    content: "\A";
    white-space: pre;
}

谢谢

【问题讨论】:

  • 为什么不自己测试一下
  • 你可能想检查这个question的答案

标签: css


【解决方案1】:

可能是的,这些字符代表 CSS 中“换行符”的一般概念

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2011-02-26
    • 1970-01-01
    • 1970-01-01
    • 2014-11-19
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多