.test3{ content: unquote("I'm Web Designer"); }
编译成
.test3 { content: I'm Web Designer; }
这个是错误吗?
.test3{ content: unquote("'I'm Web Designer'"); } 这样了 清除双引号 保留单引号
编译没问题,但是在css规则中content的内容是要用引号引起来