【发布时间】:2011-08-18 23:43:45
【问题描述】:
有人可以解释一下css sn-p中1)查询字符串和2)特定名称/值对(例如?v=3)的意义和功能吗?
/*Here is the snippet:*/
.css-class {
background-image: url("/images/sprites.png?v=3");
}
我在http://html5boilerplate.com/ 上也看到过这个用在链接标签上:
<link rel="stylesheet" href="css/style.css?v=2">
【问题讨论】:
标签: css background-image