输出有错误

来源:2-2 字符串函数-unquote()函数

weibo_独孤波啦啦_efELS2

2019-05-20 22:05


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

编译成

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

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

这个是错误吗?

写回答 关注

2回答

  • 慕粉231709437
    2019-08-19 11:42:31
    .test3{
      content: unquote("'I'm Web Designer'");
    }
    这样了  清除双引号  保留单引号


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

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

Sass进阶篇

对Sass其它较有难度的部分进行讲解,包括常用控制命令、函数

46635 学习 · 97 问题

查看课程

相似问题