已采納回答 / 白船襪七分褲
不行!??!一般情況下,$X 這些是變量,只會用作屬性值,例如:<...code...>而當你想要把它用作屬性名的時候,就必須加外面的#{}<...code...>簡而言之就是一句話,要把變量用作屬性名時一定要加 #{} 。
2015-09-06
.test7 {
content: unquote(I'm Web Designer);
}
會返回啥
content: unquote(I'm Web Designer);
}
會返回啥
2015-09-02