?位置 :?C:\自己账户目录\AppData\Roaming\Code\User\snippets
{
"h5 template": {
"prefix": "vh", // 对应的是使用这个模板的快捷键
"body": [
"<!DOCTYPE html>",
"<html lang=\"en\">",
"<head>",
"\t<meta charset=\"UTF-8\">",
"\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">",
"\t<meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">",
"\t<title>Document</title>",
"\t<link rel=\"stylesheet\" href=\"../Content/bootstrap.css\">",
"\t<script src=\"../jquery-3.3.1.js\"></script>",
"\t<style type=\"text/css\">",
"\tbody {",
"\tmargin: 0px;",
"\tpadding: 0px;",
"\tmargin-top: 20px;",
"\tmargin-left: 20px;",
"\t}",
"\t</style>",
"\t<script>",
"\t$(function(){",
"\t});",
"\t</script>",
"</head>\n",
"<body>",
"\t<div id =\"app\"> </div>\n",
"</body>\n",
"</html>"
],
"description": "学习和复习 jQuery" // 模板的描述
}
}
|