"shiv and respond": {
"scope": "html",
"prefix": "shiv",
"body": [
"<!-- HTML5 shiv and Respond.js IE8 support of HTML5 elements and media queries -->"
"<!--[if lt IE 9]>"
"<script src='https://oss.maxcdn.com/libs/html5shiv/3.7.2/html5shiv.min.js'></script>"
"<script src='https://oss.maxcdn.com/respond/1.4.2/respond.min.js'></script>
"<![endif]-->",
],
"description": "Add shiv and respond"
}
我不明白如何在我的脚本标签周围使用双引号以及在 src= 之后使用双引号,单引号将不起作用。
谁能解释一下如何解决这个问题。