摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2019-06-24 17:31 一只大鹅 阅读(2595) 评论(0) 推荐(0) 编辑
摘要: var obj = { name:'我是对象的属性值,name是属性名,', fn:function(){ console.log('我是对象的方法'); } } var obj = { name:'我是对象的属性值,name是属性名,', fn:function(){ console.log('我 阅读全文
posted @ 2019-06-18 16:46 一只大鹅 阅读(726) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-06-17 17:40 一只大鹅 阅读(219) 评论(0) 推荐(0) 编辑
摘要: webpack src/index.js -o dist/bundle.js 文档结构 dist src- -index.js 阅读全文
posted @ 2019-06-13 12:43 一只大鹅 阅读(625) 评论(0) 推荐(0) 编辑
摘要: ul>li*10{这是第$个li} <ul> <li>这是第1个li</li> <li>这是第2个li</li> <li>这是第3个li</li> <li>这是第4个li</li> <li>这是第5个li</li> <li>这是第6个li</li> <li>这是第7个li</li> <li>这是第8 阅读全文
posted @ 2019-06-13 09:40 一只大鹅 阅读(568) 评论(0) 推荐(0) 编辑
摘要: 1. npm i webpack -g 全局 2. npm i webpack --save-dev 阅读全文
posted @ 2019-06-13 09:39 一只大鹅 阅读(408) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2019-06-12 15:22 一只大鹅 阅读(18310) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-06-12 14:57 一只大鹅 阅读(236) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2019-06-12 11:26 一只大鹅 阅读(201) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2019-06-12 10:28 一只大鹅 阅读(227) 评论(0) 推荐(0) 编辑