前端颜色表:https://blog.csdn.net/zhengguoliangyls/article/details/80502166 选择器: id选择器:#id 类选择器:.class 标签选择器:p、div、h1、、、、 后代选择器:空格隔开,后面的元素是前面的子元素:#box li .a Read More
在webpack中配置.vue组件页面的解析(vue-loader) 结合webpack使用vue-router 在webpack中配置.vue组件页面的解析 1、运行npm i vue -S将vue安装为运行依赖;2、运cnpm i vue-loader vue-template-compiler Read More
好文链接 1、jQuery是js的一个库,封装了js中常用的逻辑; 2、调用jQuery: (1)、本地调用,在script标签的src属性里写上jQuery文件的地址。 (2)、使用CDN调用jQuery: 如:https://code.jquery.com/jquery-3.0.0.min.js Read More
风景时钟 Read More
canvas Read More