问答详情
源自:2-2 字符串函数-unquote()函数

输出有错误


.test3{
  content: unquote("I'm Web Designer");
}

编译成

.test3 {
  content: I'm Web Designer; }

https://img2.mukewang.com/5ce2b42d00018a1e05230157.jpg

这个是错误吗?

提问者:weibo_独孤波啦啦_efELS2 2019-05-20 22:05

个回答

  • 慕粉231709437
    2019-08-19 11:42:31

    .test3{
      content: unquote("'I'm Web Designer'");
    }
    这样了  清除双引号  保留单引号


  • 哭着敲代码
    2019-05-30 11:35:15

    编译没问题,但是在css规则中content的内容是要用引号引起来