{
    // Place your snippets for html here. Each snippet is defined under a snippet name and has a prefix, body and
    // description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
    // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
    // same ids are connected.
    // Example:
    "Print to console": {
        "prefix": "log",
        "body": [
            "console.log('$1');",
            "$2"
        ],
        "description": "Log output to console"
    }
    ,"<link...": {
        "prefix": "<link",
        "body": [
            "<link rel=\"stylesheet\" href=\"$1\">",
            "$2"
        ],
        "description": "添加css文件"
    }
    ,"<script...": {
        "prefix": "<script",
        "body": [
            "<script src=\"$1\"></script>",
            "$2"
        ],
        "description": "添加js文件"
    }
    ,"<script-jquery": {
        "prefix": "<script-jquery",
        "body": [
            "<script src=\"http://libs.baidu.com/jquery/1.11.1/jquery.min.js\"></script>",
            "<script>",
            "$1",
            "</script>",
            "$2"
        ],
        "description": "添加jquery文件"
    }
    
}

最新文章

  1. Servlet监听器笔记总结
  2. Android中使用ExpandableListView实现好友分组
  3. Chrome开发者工具详解(1)-Elements、Console、Sources面板
  4. sqlserver 通用分页存储过程
  5. 腾讯数据总监:运营人员必须掌握的APP基础数据分析体系(没有比这篇更系统全面的)
  6. CSS3弹力球
  7. Html笔记(六)超链接
  8. linux svn安装和配置
  9. 获得创建临时表的session id
  10. uvaLive5713 次小生成树
  11. MySql5.6性能优化
  12. leetcode range sum query
  13. SpringMvc返回报文形式的控制-验证方法: JSON or HTML or XML
  14. MySQL慢查询日志汇总
  15. mac 使用指南
  16. keras在win下的安装,使用等
  17. inf 启动
  18. python处理json格式的数据
  19. CHECKEDLISTBOX用法总结
  20. getpass

热门文章

  1. linux多线程编程入门
  2. YTU 2430: C语言习题 链表建立,插入,删除,输出
  3. 大话SEO网站优化|SEO优化入门技术详解
  4. 四.OC基础--1.文档安装和方法重载,2.self和super&amp;static,3.继承和派生,4.实例变量修饰符 ,5.私有变量&amp;私有方法,6.description方法
  5. ssh远程连接docker中linux(ubuntu/centos)
  6. 第十七周 Leetcode 403. Frog Jump(HARD) 线性dp
  7. zoj 3471(状态压缩DP,类似于点集配对)
  8. bzoj 1898
  9. UI:UITextView
  10. [App Store Connect帮助]七、在 App Store 上发行(2.1)设定价格与销售范围:为您的 App 设定价格