HTML5从入门到精通(第2版)

HTML5从入门到精通(第2版)

作者:明日科技 编著

出版社:清华大学

出版年:2017年7月

ISBN:9787302458203

所属分类:散文随笔

书刊介绍

《HTML5从入门到精通(第2版)》内容简介

如果您是一位有前瞻性的Web前端工作者,那么您一定会从本书中受益,因为它就是专门为您打造的。本书内容系统而全面,详尽地讲解了HTML语言及HTML5的所有新功能与新特性,技术新颖,所有重要知识点均以多个实例进行讲解,方便读者动手实践。
明日科技,是一家专业从事软件开发、教育培训以及软件开发教育资源整合的高科技公司,其编写的教材既注重选取软件开发中的必需、常用内容,又注重内容的易学、方便以及相关知识的拓展,深受读者喜爱。其编写的图书主要有“软件开发视频大讲堂”“软件开发实战1200例”“软件工程师开发大系”等系列。多次荣获“全行业优秀畅销品种”“中国大学出版社优秀畅销书”等奖项,多个品种长期位居同类图书销售排行榜的前列。

作品目录

内容简介
如何使用本书开发资源库
前言
Preface
光盘“开发资源库”目录
第1篇
HTML基础知识
第1章:HTML基础
1.1、HTML的基本概念
1.2、HTML发展史与HTML5、1.3、迎接新的Web时代
1.4、各浏览器对HTML5的支持
1.5、HTML5要解决的3个问题
1.6、HTML的基本结构
1.7、编写第一个HTML文件
1.8、小结
1.9、习题
第2章:HTML文件基本标记
2.1、HTML头部标记
2.2、标题标记<BR>2.3、元信息标记<meta><BR>2.4、基底网址标记<base><BR>2.5、页面的主体标记<body><BR>2.6、页面的注释标记<!--<BR>--><BR>2.7、实例演练——创建基本的HTML网页<BR>2.8、小结<BR>2.9、习题<BR>第3章:设计网页文本内容<BR>3.1、标题文字的建立<BR>3.2、设置文字格式<BR>3.3、设置段落格式<BR>3.4、水平线标记<BR>3.5、其他文字标记<BR>3.6、小结<BR>3.7、习题<BR>第4章:使用列表<BR>4.1、列表的标记<BR>4.2、使用无序列表<BR>4.3、使用有序列表<BR>4.4、定义列表标记——dl<BR>4.5、菜单列表标记——menu<BR>4.6、目录列表——dir<BR>4.7、设置列表文字的颜色<BR>4.8、使用嵌套列表<BR>4.9、小结<BR>4.10、习题<BR>第5章:使用超链接<BR>5.1、超链接的基本知识<BR>5.2、超链接的建立<BR>5.3、内部链接<BR>5.4、书签链接<BR>5.5、外部链接<BR>5.6、其他链接<BR>5.7、小结<BR>5.8、习题<BR>第6章:使用图像<BR>6.1、图片的基本格式<BR>6.2、添加图像——img<BR>6.3、设置图像属性<BR>6.4、使用<img>标记插入avi文件<BR>6.5、图像的超链接<BR>6.6、小结<BR>6.7、习题<BR>第7章:表格的应用<BR>7.1、创建表格<BR>7.2、设置表格基本属性<BR>7.3、设置表格的边框<BR>7.4、设置表格背景<BR>7.5、设置表格的行属性<BR>7.6、调整单元格属性<BR>7.7、表格的结构<BR>7.8、表格的嵌套<BR>7.9、小结<BR>7.10、习题<BR>第8章:层——div标签<BR>8.1、层<BR>8.2、<div>标签<BR>8.3、<iframe>标签<BR>8.4、应用DIV制作下拉菜单导航条<BR>8.5、小结<BR>8.6、习题<BR>第9章:编辑表单<BR>9.1、使用表单标记——form<BR>9.2、添加控件<BR>9.3、输入类的控件<BR>9.4、使用label定义标签<BR>9.5、使用button定义按钮<BR>9.6、列表/菜单标记<BR>9.7、文本域标记textarea<BR>9.8、id标记<BR>9.9、在Dreamweaver中快速创建表单<BR>9.10、小结<BR>9.11、习题<BR>第10章:多媒体页面<BR>10.1、设置滚动文字<BR>10.2、添加背景音乐<BR>10.3、添加多媒体文件<BR>10.4、<object>标签<BR>10.5、小结<BR>10.6、习题<BR>第2篇<BR>HTML5高级应用<BR>第11章:HTML5的新特性<BR>11.1、谁在开发HTML5、11.2、HTML5的新认识<BR>11.3、无插件范式<BR>11.4、HTML5的新特性<BR>第12章:HTML5与HTML4的区别<BR>12.1、语法的改变<BR>12.2、新增的元素和废除的元素<BR>12.3、新增的属性和废除的属性<BR>12.4、全局属性<BR>12.5、小结<BR>12.6、习题<BR>第13章:HTML5的结构<BR>13.1、新增的主体结构元素<BR>13.2、新增的非主体结构元素<BR>13.3、HTML5结构<BR>13.4、小结<BR>13.5、习题<BR>第14章:HTML5中的表单<BR>14.1、新增元素与属性<BR>14.2、对表单的验证<BR>14.3、增加的页面元素<BR>14.4、小结<BR>14.5、习题<BR>第15章:文件与拖放<BR>15.1、选择文件<BR>15.2、使用FileReader接口读取文件<BR>15.3、拖放API<BR>15.4、dataTransfer对象应用详解<BR>15.5、小结<BR>15.6、习题<BR>第16章:多媒体播放<BR>16.1、HTML5多媒体的简述<BR>16.2、多媒体元素基本属性<BR>16.3、多媒体元素常用方法<BR>16.4、多媒体元素重要事件<BR>16.5、小结<BR>16.6、习题<BR>第17章:绘制图形<BR>17.1、canvas的基础知识<BR>17.2、在画布中使用路径<BR>17.3、运用样式与颜色<BR>17.4、绘制渐变图形<BR>17.5、绘制变形图形<BR>17.6、组合多个图形<BR>17.7、给图形绘制阴影<BR>17.8、应用图像<BR>17.9、绘制文字<BR>17.10、保存与恢复状态<BR>17.11、文件的保存<BR>17.12、对画布绘制实现动画<BR>17.13、综合实例——桌面时钟<BR>17.14、小结<BR>17.15、习题<BR>第18章:本地存储<BR>18.1、初识Web<BR>Storage<BR>18.2、本地数据库<BR>18.3、小结<BR>18.4、习题<BR>第19章:离线应用程序<BR>19.1、HTML5离线Web应用概述<BR>19.2、创建HTML5离线应用<BR>19.3、浏览器与服务器的交互过程<BR>19.4、判断在线状态<BR>19.5、applicationCache对象<BR>19.6、小结<BR>19.7、习题<BR>第20章:使用Web<BR>Workers处理线程<BR>20.1、Web<BR>Workers概述<BR>20.2、在Worker内部能做什么<BR>20.3、多个Javascript文件的加载与执行<BR>20.4、线程嵌套<BR>20.5、小结<BR>20.6、习题<BR>第21章:通信API<BR>21.1、跨文档消息通信<BR>21.2、小结<BR>第22章:获取地理位置信息<BR>22.1、Geolocation<BR>API的概述<BR>22.2、position对象<BR>22.3、在Google地图上显示“我在这里”<BR>22.4、利用HTML5和百度地图实现定位处理<BR>22.5、小结<BR>22.6、习题<BR>第3篇<BR>HTML5项目实战<BR>第23章:旅游信息网前台页面<BR>23.1、概<BR>述<BR>23.2、网站预览<BR>23.3、关键技术<BR>23.4、网站公共部分设计<BR>23.5、网站主页设计<BR>23.6、“留下足迹”页面设计<BR>23.7、小结<BR>附录<BR>习题参考答案<BR>附录CD </div> </div> <!--相关推荐--> <div class=' homebk6 whitebg mb20 p25 booksingle-tj'> <h2 class='hometitle mb20'>相关推荐</h2> <div class=' homebk9-ctn'> <ul> <li> <a href='http://www.shudanhao.com/shuji/276401.html' title='陈侗《马奈的铁路》'> <img src='http://oss.shudanhao.com/caiji/chazidian/2023/64989.jpg' alt='陈侗《马奈的铁路》'> <h3>陈侗《马奈的铁路》</h3> <p>这本书讲的不是马奈的《铁路》。这本书里有另外一些专有名词:新小说、午夜出版社、罗伯-格里耶、图森、兰东、艾什诺兹、博尔赫</p> </a> </li> <li> <a href='http://www.shudanhao.com/shuji/276712.html' title='俞天任《冰眼看日本》'> <img src='http://oss.shudanhao.com/caiji/chazidian/2023/65542.jpg' alt='俞天任《冰眼看日本》'> <h3>俞天任《冰眼看日本》</h3> <p>《冰眼看日本》是一个中国人在日本15年的观察与思考。“无能”的日本警察,连自己也“卫”不了的自卫队,可怕的日本制造,只重团</p> </a> </li> <li> <a href='http://www.shudanhao.com/shuji/210652.html' title='辫子与小脚'> <img src='http://oss.shudanhao.com/caiji/dbchuban/2023/336551247.1653692993.jpg' alt='辫子与小脚'> <h3>辫子与小脚</h3> <p>《辫子与小脚》内容简介:清末的北京对于一个外国人来说是一个神秘难测、深奥难探、迷幻难懂、美梦难忘的东方都市。一个都市的活力</p> </a> </li> <li> <a href='http://www.shudanhao.com/shuji/219191.html' title='经济法(第2版)'> <img src='http://oss.shudanhao.com/caiji/dbchuban/2023/382053329.1653661952.jpg' alt='经济法(第2版)'> <h3>经济法(第2版)</h3> <p>《经济法(第2版)》内容简介:本书是为适应我国高等学校经济管理类专业的经济法课程的教学需要而编写的,因此,本书在内容和体例上</p> </a> </li> <li> <a href='http://www.shudanhao.com/shuji/274567.html' title='房向东《骂人与被骂(鲁迅生前身后事)》'> <img src='http://oss.shudanhao.com/caiji/chazidian/2023/60171.jpg' alt='房向东《骂人与被骂(鲁迅生前身后事)》'> <h3>房向东《骂人与被骂(鲁迅生前身后事)》</h3> <p>这本《“骂”人与被“骂”——鲁迅生前身后事》,是房向东为鲁迅写出的第三部专著。本书跟《鲁迅与他“骂”过的人》和《鲁迅:最</p> </a> </li> <li> <a href='http://www.shudanhao.com/shuji/137574.html' title='销售冠军终极培训手册'> <img src='http://oss.shudanhao.com/caiji/dbchuban/2023/355904446.1653661886.jpg' alt='销售冠军终极培训手册'> <h3>销售冠军终极培训手册</h3> <p>《销售冠军终极培训手册》内容简介:本书从引导销售人员树立正确的销售观念出发,系统地介绍了一套标准化的销售思维和流程——“抓</p> </a> </li> <li> <a href='http://www.shudanhao.com/shuji/170341.html' title='Linux环境编程:从应用到内核'> <img src='http://oss.shudanhao.com/caiji/dbchuban/2023/22643078.1653708106.jpg' alt='Linux环境编程:从应用到内核'> <h3>Linux环境编程:从应用到内核</h3> <p>《Linux环境编程:从应用到内核》内容简介:本书将按照APUE的脉络,以笔者多年的Linux开发经验为基础,从以下四个方面深入讲解Linu</p> </a> </li> <li> <a href='http://www.shudanhao.com/shuji/274196.html' title='四方田犬彥《革命青春: 高校1968》'> <img src='http://oss.shudanhao.com/caiji/chazidian/2023/59140.jpg' alt='四方田犬彥《革命青春: 高校1968》'> <h3>四方田犬彥《革命青春: 高校1968》</h3> <p>騷動而孤獨的青春赤裸紀錄一九六八,全球的革命年代,一個年輕人進入了日本高校。他發現了披頭四、高達、毛澤東、三島由紀夫,還</p> </a> </li> <li> <a href='http://www.shudanhao.com/shuji/276650.html' title='魏棻卿《一只猫的生活意见》'> <img src='http://oss.shudanhao.com/caiji/chazidian/2023/65426.jpg' alt='魏棻卿《一只猫的生活意见》'> <h3>魏棻卿《一只猫的生活意见》</h3> <p>对工作有意见,对生活有意见,对贫穷有意见,对压力有意见,对房价有意见,对减肥有意见……当你经历生活种种,最终发现,你对自</p> </a> </li> <li> <a href='http://www.shudanhao.com/shuji/137598.html' title='图解商业店铺装修手册'> <img src='http://oss.shudanhao.com/caiji/dbchuban/2023/417885179.1674023935.jpg' alt='图解商业店铺装修手册'> <h3>图解商业店铺装修手册</h3> <p>《图解商业店铺装修手册》内容简介:本书详细讲述现代商业店铺装修全过程中用到的方法,以系统的图片配置说明文字描述店铺装修细节</p> </a> </li> <li> <a href='http://www.shudanhao.com/shuji/75610.html' title='西西弗神话'> <img src='http://oss.shudanhao.com/caiji/dbchuban/2023/154509401.1653696405.jpg' alt='西西弗神话'> <h3>西西弗神话</h3> <p>《西西弗神话》内容简介:如果说加缪一生创作和思考的两大主题就是“荒诞”和“反抗”的话,那么哲理随笔《西西弗神话》就是加缪对</p> </a> </li> <li> <a href='http://www.shudanhao.com/shuji/274160.html' title='[加蓬] 亦舒《剪刀替针做媒人》'> <img src='http://oss.shudanhao.com/caiji/chazidian/2023/59085.jpg' alt='[加蓬] 亦舒《剪刀替针做媒人》'> <h3>[加蓬] 亦舒《剪刀替针做媒人》</h3> <p>开篇讲述了一个源自外婆的老土方:做女红时,倘若不慎弄丢了针又担心扎伤人,只需取过剪刀,在桌子上边敲边说“针,针,剪刀替你</p> </a> </li> <li> <a href='http://www.shudanhao.com/shuji/274753.html' title='周冠五《鲁迅家庭家族和当年绍兴民俗》'> <img src='http://oss.shudanhao.com/caiji/chazidian/2023/60611.jpg' alt='周冠五《鲁迅家庭家族和当年绍兴民俗》'> <h3>周冠五《鲁迅家庭家族和当年绍兴民俗》</h3> <p>本书收入鲁迅堂叔周冠五所写《周氏的崛起与衰落》;《三台门的遗闻佚事》、《社会环境和人物》、《绍兴的风俗习尚》四篇长文(人民</p> </a> </li> <li> <a href='http://www.shudanhao.com/shuji/198294.html' title='将领讲述:八路军抗战'> <img src='http://oss.shudanhao.com/caiji/dbchuban/2023/56732259.1653702180.jpg' alt='将领讲述:八路军抗战'> <h3>将领讲述:八路军抗战</h3> <p>《将领讲述:八路军抗战》内容简介:抗日战争时期,中国共产党领导下的主力红军在抗日民族统一战线的旗帜下改编为国民革命军第八路</p> </a> </li> <li> <a href='http://www.shudanhao.com/shuji/236041.html' title='2021—2022年中国制造业区域发展蓝皮书'> <img src='http://oss.shudanhao.com/caiji/dbchuban/2023/423610956.1679539019.jpg' alt='2021—2022年中国制造业区域发展蓝皮书'> <h3>2021—2022年中国制造业区域发展蓝皮书</h3> <p>《2021—2022年中国制造业区域发展蓝皮书》内容简介:本书分为综合篇、东部篇、中部篇、西部篇、东北篇和计划单列市篇六大部分,对</p> </a> </li> <li> <a href='http://www.shudanhao.com/shuji/237757.html' title='我是一个兵:少年神炮兵'> <img src='http://oss.shudanhao.com/caiji/dbchuban/2023/402778899.1658992986.jpg' alt='我是一个兵:少年神炮兵'> <h3>我是一个兵:少年神炮兵</h3> <p>《我是一个兵:少年神炮兵》内容简介:本书是T小队来到炮兵部队,深入荒山老林,磨砺钢铁意志,苦学炮兵本领。在一次拉练中,敌人不</p> </a> </li> <li> <a href='http://www.shudanhao.com/shuji/274094.html' title='三采文化《設計生活市集901》'> <img src='http://oss.shudanhao.com/caiji/chazidian/2023/58993.jpg' alt='三采文化《設計生活市集901》'> <h3>三采文化《設計生活市集901》</h3> <p>發現新生活,就從設計開始DesignofLiving美感的建立來自於生活,但是品味並不是一昧追求高貴名牌的光環,而在於個人特質能否反映</p> </a> </li> <li> <a href='http://www.shudanhao.com/shuji/218824.html' title='老师没教的数学'> <img src='http://oss.shudanhao.com/caiji/dbchuban/2023/158939442.1653696158.jpg' alt='老师没教的数学'> <h3>老师没教的数学</h3> <p>《老师没教的数学》内容简介:本书是面向各年龄层次数学爱好者、以及自认为"数学不好的人”的一本科普书。本书的创作宗旨在于选择有</p> </a> </li> <li> <a href='http://www.shudanhao.com/shuji/274695.html' title='周作人《书里人生》'> <img src='http://oss.shudanhao.com/caiji/chazidian/2023/60457.jpg' alt='周作人《书里人生》'> <h3>周作人《书里人生》</h3> <p>本丛书收集了二十世纪不同阶段海内外鲁迅研究的精华,全面展现一代文化思想巨人风貌,深刻揭示鲁迅丰富复杂的内心世界。其中专著</p> </a> </li> <li> <a href='http://www.shudanhao.com/shuji/277804.html' title='[英] 艾萨克·沃尔顿《钓客清话》'> <img src='http://oss.shudanhao.com/caiji/chazidian/2023/68087.jpg' alt='[英] 艾萨克·沃尔顿《钓客清话》'> <h3>[英] 艾萨克·沃尔顿《钓客清话》</h3> <p>《钓客清话》写的是垂钓(CIP数据中也被列为“钓鱼-基本知识”),但不是钓鱼人的技术指南,而是垂钓的哲学、垂钓中体现的做人的</p> </a> </li> </ul> </div> </div> </div> <!-- 侧边栏 --> <div class=' sidebar'> <div class='sidebar6 whitebg mb20 p15'> <h2 class='hometitle'>最新典籍</h2> <div class=' homebk9-ctn'> <ul> <li> <a href='http://www.shudanhao.com/shuji/1.html' title='Marlene Dumas (Contemporary Artists)'> <img src='http://oss.shudanhao.com/caiji/dbyudu/2023/1900088.jpg' alt='Marlene Dumas (Contemporary Artists)'> <h3>Marlene Dumas (Contemporary Artists)</h3> </a> </li> <li> <a href='http://www.shudanhao.com/shuji/2.html' title='The Complete Calvin and Hobbes'> <img src='http://oss.shudanhao.com/caiji/dbyudu/2023/1447001.jpg' alt='The Complete Calvin and Hobbes'> <h3>The Complete Calvin and Hobbes</h3> </a> </li> <li> <a href='http://www.shudanhao.com/shuji/3.html' title='愛情只是古老傳說'> <img src='http://oss.shudanhao.com/caiji/dbyudu/2023/1417361.jpg' alt='愛情只是古老傳說'> <h3>愛情只是古老傳說</h3> </a> </li> <li> <a href='http://www.shudanhao.com/shuji/4.html' title='The Animator-s Survival Kit'> <img src='http://oss.shudanhao.com/caiji/dbyudu/2023/1437888.jpg' alt='The Animator-s Survival Kit'> <h3>The Animator-s Survival Kit</h3> </a> </li> </ul> </div> </div> <div class='sidebar6 whitebg mb20 p15'> <h2 class='hometitle'>热门典籍</h2> <div class=' homebk9-ctn'> <ul> <li> <a href='http://www.shudanhao.com/shuji/1.html' title='Marlene Dumas (Contemporary Artists)'> <img src='http://oss.shudanhao.com/caiji/dbyudu/2023/1900088.jpg' alt='Marlene Dumas (Contemporary Artists)'> <h3>Marlene Dumas (Contemporary Artists)</h3> </a> </li> <li> <a href='http://www.shudanhao.com/shuji/2.html' title='The Complete Calvin and Hobbes'> <img src='http://oss.shudanhao.com/caiji/dbyudu/2023/1447001.jpg' alt='The Complete Calvin and Hobbes'> <h3>The Complete Calvin and Hobbes</h3> </a> </li> <li> <a href='http://www.shudanhao.com/shuji/3.html' title='愛情只是古老傳說'> <img src='http://oss.shudanhao.com/caiji/dbyudu/2023/1417361.jpg' alt='愛情只是古老傳說'> <h3>愛情只是古老傳說</h3> </a> </li> <li> <a href='http://www.shudanhao.com/shuji/4.html' title='The Animator-s Survival Kit'> <img src='http://oss.shudanhao.com/caiji/dbyudu/2023/1437888.jpg' alt='The Animator-s Survival Kit'> <h3>The Animator-s Survival Kit</h3> </a> </li> </ul> </div> </div> <div class='sidebar6 whitebg mb20 p15'> <h2 class='hometitle'>精品推荐</h2> <div class=' homebk9-ctn'> <ul> <li> <a href='http://www.shudanhao.com/shuji/1.html' title='Marlene Dumas (Contemporary Artists)'> <img src='http://oss.shudanhao.com/caiji/dbyudu/2023/1900088.jpg' alt='Marlene Dumas (Contemporary Artists)'> <h3>Marlene Dumas (Contemporary Artists)</h3> </a> </li> <li> <a href='http://www.shudanhao.com/shuji/2.html' title='The Complete Calvin and Hobbes'> <img src='http://oss.shudanhao.com/caiji/dbyudu/2023/1447001.jpg' alt='The Complete Calvin and Hobbes'> <h3>The Complete Calvin and Hobbes</h3> </a> </li> <li> <a href='http://www.shudanhao.com/shuji/3.html' title='愛情只是古老傳說'> <img src='http://oss.shudanhao.com/caiji/dbyudu/2023/1417361.jpg' alt='愛情只是古老傳說'> <h3>愛情只是古老傳說</h3> </a> </li> <li> <a href='http://www.shudanhao.com/shuji/4.html' title='The Animator-s Survival Kit'> <img src='http://oss.shudanhao.com/caiji/dbyudu/2023/1437888.jpg' alt='The Animator-s Survival Kit'> <h3>The Animator-s Survival Kit</h3> </a> </li> </ul> </div> </div> </div> </div> <!-- 合作伙伴 --> <div class=' friendlink container mb20'> <div class='hometitle-hasfl'> <h2 class='hometitle hometitle-nobg'>合作伙伴</h2> </div> <div class=' friendlink-ctn container whitebg p25'> <a href="http://www.doushuaigong.cn/" target="_blank" title="抖音代运营">抖音代运营</a> <a href="http://www.gongluexiu.com/" target="_blank" title="游戏攻略">游戏攻略</a> <a href="http://www.taijidian.cn/" target="_blank" title="周易">周易</a> <a href="http://www.taijizhidian.com/" target="_blank" title="易经">易经</a> <a href="https://www.zhoube.com/" target="_blank" title="代理招生">代理招生</a> <a href="http://www.itct.cn/" target="_blank" title="网络推广">网络推广</a> <a href="http://www.tingxuewang.com/" target="_blank" title="PS修图">PS修图</a> <a href="https://www.mingxue.wang/" target="_blank" title="宝宝起名">宝宝起名</a> <a href="http://www.chanyeku.com/" target="_blank" title="产业库">产业库</a> <a href="http://www.chaxinxi.com/" target="_blank" title="河北信息网">河北信息网</a> <a href="http://www.soujiuquan.com/" target="_blank" title="搜救犬">搜救犬</a> <a href="http://www.ximochi.com/" target="_blank" title="范文网">范文网</a> <a href="http://www.jingdiao.wang/" target="_blank" title="精雕图">精雕图</a> <a href="http://www.feiyilu.com/" target="_blank" title="非物质文化遗产">非物质文化遗产</a> <a href="http://www.aqwf.com/" target="_blank" title="情侣网名">情侣网名</a> <a href="http://www.yuliaoku.com/" target="_blank" title="经典范文">经典范文</a> <a href="http://www.huidianzhi.com/" target="_blank" title="石家庄点痣">石家庄点痣</a> <a href="http://www.laoxiqu.com/" target="_blank" title="戏曲下载">戏曲下载</a> <a href="http://www.nanshiwu.com/" target="_blank" title="男士发型">男士发型</a> <a href="http://www.nvshiwu.com/" target="_blank" title="女士发型">女士发型</a> <a href="http://www.xuanjipai.com/" target="_blank" title="玄机派">玄机派</a> <a href="http://www.zixunLou.com/" target="_blank" title="网络知识">网络知识</a> <a href="http://www.pinpaikong.com/" target="_blank" title="品牌营销">品牌营销</a> <a href="http://www.quzhongjie.com/" target="_blank" title="商标交易">商标交易</a> <a href="http://www.zhuangliren.com/" target="_blank" title="庄里人">庄里人</a> <a href="http://www.shudanhao.com/" target="_blank" title="书单号">书单号</a> <a href="http://www.wnsxs.com/" target="_blank" title="万能实习生">万能实习生</a> <a href="http://www.taijizhidian.cn/" target="_blank" title="国学网">国学网</a> <a href="http://www.lxqj.com/" target="_blank" title="鲁迅">鲁迅</a> <a href="http://www.haojuyun.com/" target="_blank" title="短视频剧本">短视频剧本</a> <a href="http://www.xqbz.com/" target="_blank" title="标准件">标准件</a> <a href="http://www.shihuizhuang.com/" target="_blank" title="石家庄论坛">石家庄论坛</a> <a href="http://www.taoshubao.com/" target="_blank" title="书包网">书包网</a> <a href="http://www.qgjp.com/" target="_blank" title="箱包网">箱包网</a> <a href="http://www.nuansike.com/" target="_blank" title="电地暖">电地暖</a> <a href="http://www.sishuzi.com/" target="_blank" title="在线新华字典">在线新华字典</a> <a href="http://www.nuansite.com/" target="_blank" title="石墨烯地暖">石墨烯地暖</a> <a href="http://www.xueqinbao.com/" target="_blank" title="钢琴入门指法教程">钢琴入门指法教程</a> <a href="http://www.lanjinghao.com/" target="_blank" title="电商运营">电商运营</a> <a href="http://www.bhpjy.com/" target="_blank" title="吉林石墨烯发热线">吉林石墨烯发热线</a> <a href="http://www.bhsly.com/" target="_blank" title="吉林发热线厂家">吉林发热线厂家</a> <a href="http://www.bhtjy.com/" target="_blank" title="吉林石墨烯地暖">吉林石墨烯地暖</a> <a href="http://www.bhwjy.com/" target="_blank" title="吉林地暖安装厂家">吉林地暖安装厂家</a> <a href="http://www.bhxly.com/" target="_blank" title="辽宁石墨烯发热线">辽宁石墨烯发热线</a> <a href="http://www.bhzkj.com/" target="_blank" title="辽宁发热线厂家">辽宁发热线厂家</a> <a href="http://www.bhzly.com/" target="_blank" title="辽宁石墨烯地暖">辽宁石墨烯地暖</a> <a href="http://www.gaoshanfeng.com/" target="_blank" title="辽宁地暖安装厂家">辽宁地暖安装厂家</a> <a href="http://www.lantianbai.com/" target="_blank" title="黑龙江石墨烯发热线">黑龙江石墨烯发热线</a> <a href="http://www.bingxueqi.com/" target="_blank" title="黑龙江发热线厂家">黑龙江发热线厂家</a> <a href="http://www.bfqly.com/" target="_blank" title="黑龙江石墨烯地暖">黑龙江石墨烯地暖</a> <a href="http://www.tiedaoxian.com/" target="_blank" title="黑龙江地暖安装厂家">黑龙江地暖安装厂家</a> <a href="http://www.senlinlu.com/" target="_blank" title="山东石墨烯发热线">山东石墨烯发热线</a> <a href="http://www.baixuesong.com/" target="_blank" title="山东发热线厂家">山东发热线厂家</a> <a href="http://www.baigechao.com/" target="_blank" title="山东石墨烯地暖">山东石墨烯地暖</a> <a href="http://www.baiyitian.com/" target="_blank" title="山东地暖安装厂家">山东地暖安装厂家</a> <a href="http://www.yinlingcao.com/" target="_blank" title="河南石墨烯发热线">河南石墨烯发热线</a> <a href="http://www.tianzhuniao.com/" target="_blank" title="河南发热线厂家">河南发热线厂家</a> <a href="http://www.fenmudan.com/" target="_blank" title="河南石墨烯地暖">河南石墨烯地暖</a> <a href="http://www.yueguangwan.com/" target="_blank" title="河南地暖安装厂家">河南地暖安装厂家</a> <a href="http://www.yinliuzhi.com/" target="_blank" title="内蒙古石墨烯发热线">内蒙古石墨烯发热线</a> <a href="http://www.cuiniaolin.com/" target="_blank" title="内蒙古发热线厂家">内蒙古发热线厂家</a> <a href="http://www.biguihu.com/" target="_blank" title="内蒙古石墨烯地暖">内蒙古石墨烯地暖</a> <a href="http://www.yinsongshu.com/" target="_blank" title="内蒙古地暖安装厂家">内蒙古地暖安装厂家</a> <a href="http://www.bhfjy.com/" target="_blank" title="江苏石墨烯发热线">江苏石墨烯发热线</a> <a href="http://www.bhkly.com/" target="_blank" title="江苏石墨烯地暖">江苏石墨烯地暖</a> <a href="http://www.bhljy.com/" target="_blank" title="江苏地暖安装厂家">江苏地暖安装厂家</a> <a href="http://www.benchuo.com/" target="_blank" title="四川石墨烯发热线">四川石墨烯发热线</a> <a href="http://www.bfrly.com/" target="_blank" title="四川发热线厂家">四川发热线厂家</a> <a href="http://www.bfrjy.com/" target="_blank" title="四川石墨烯地暖">四川石墨烯地暖</a> <a href="http://www.bhbly.com/" target="_blank" title="四川地暖安装厂家">四川地暖安装厂家</a> <a href="http://www.hbtdd.com/" target="_blank" title="诗词">诗词</a> <a href="http://www.xhzl.com/" target="_blank" title="鲜花">鲜花</a> <a href="http://www.kwql.com/" target="_blank" title="汉语词典">汉语词典</a> <a href="http://www.ntqm.com/" target="_blank" title="暖通,电地暖">暖通,电地暖</a> <a href="http://www.lglq.com/" target="_blank" title="苗木网">苗木网</a> <a href="http://www.zqfn.com/" target="_blank" title="道德经">道德经</a> <a href="http://www.jtfq.com/" target="_blank" title="红楼梦">红楼梦</a> <a href="http://www.qynl.com/" target="_blank" title="中国机械网">中国机械网</a> <a href="http://www.qllw.com/" target="_blank" title="美文欣赏">美文欣赏</a> <a href="http://www.nqbg.com/" target="_blank" title="好玩的手机游戏推荐">好玩的手机游戏推荐</a> <a href="http://www.lrqh.com/" target="_blank" title="女性健康">女性健康</a> <a href="http://www.fdqb.com/" target="_blank" title="手机游戏推荐排行榜">手机游戏推荐排行榜</a> <a href="http://www.rkqg.com/" target="_blank" title="雕塑网">雕塑网</a> <a href="http://www.zhoupx.com/" target="_blank" title="舟舟培训">舟舟培训</a> <a href="http://www.stqt.com/" target="_blank" title="艺术培训">艺术培训</a> <a href="http://www.qryg.com/" target="_blank" title="成语大全">成语大全</a> <a href="http://www.mwjh.com/" target="_blank" title="资格考试">资格考试</a> <a href="http://www.qyrf.com/" target="_blank" title="英语培训">英语培训</a> <a href="http://www.bqfk.com/" target="_blank" title="职业培训">职业培训</a> <a href="http://www.fnwsjds.com/" target="_blank" title="成语">成语</a> <a href="http://www.diaolongke.net/" target="_blank" title="雕塑">雕塑</a> <a href="http://www.diaolongke.cn/" target="_blank" title="雕龙客">雕龙客</a> <a href="http://www.taijizhidian.net/" target="_blank" title="易学网">易学网</a> <a href="http://www.dingbuer.cn/" target="_blank" title="优秀个人博客">优秀个人博客</a> <a href="http://www.dsgong.com/" target="_blank" title="短视频运营">短视频运营</a> <a href="http://www.dousg.com/" target="_blank" title="抖音运营">抖音运营</a> </div> </div> <!-- 底部区域 --> <footer class='container pb20'> <a href='http://www.shudanhao.com/' title='太极之巅书单号' class='footerlogo'> <img src='/static/assets/logo-web.png' alt='太极之巅书单号'> </a> <div class='copyright'> Copyright 2015-2020 www.shudanhao.com ©All Rights Reserved.版权所有,未经授权禁止复制或建立镜像,违者必究!<a href="/sitemap.xml" target="_blank" rel="nofollow">网站地图</a> <a rel="nofollow" target="_blank" title='ICP备案'><img src='http://www.shudanhao.com/static/daohang/static/picture/beian.png' alt='ICP备案'><a href="https://beian.miit.gov.cn/" target="_blank" rel="nofollow">冀ICP备18001340号</a> </div> </footer> <!-- 侧边客服咨询 --> <div class="customer-f d-lg-bck"> <div class="customer m-bg-color"> <div class="customer-zaixian"> <a href="mailto:381046319@qq.com" title="Email咨询"> <i class="iconfont icon-bubble-1"></i><span>Email咨询</span> </a> </div> <div class="customer-qq"> <a href="tencent://message/?uin=381046319&Site=&Menu=yes" rel="nofollow" target="_blank" title="qq咨询"> <i class="iconfont icon-qq"></i><span>Q Q咨询</span> </a> </div> <div class="customer-weixin"> <a href="javascript:0;" rel="nofollow" title="微信咨询"> <i class="iconfont icon-weixin"></i><span>微信咨询</span> </a> </div> <div class="QZ-up" style="display:block;"> <a href="javascript:0;" rel="nofollow" title="返回顶部"> <i class="iconfont icon-arrow-up"></i><span>返回顶部</span> </a> </div> </div> <div class="customer-ewm"><img src="" alt="微信二维码"></div> </div> <div class="QZ-up" style="display:block;"></div> <script type='text/javascript' src='http://www.shudanhao.com/static/daohang/static/js/jquery.min.js' id='jq21-js'></script> <script type='text/javascript' src='http://www.shudanhao.com/static/daohang/static/js/letan.js' id='letan-js'></script> <script type='text/javascript' src='http://www.shudanhao.com/static/daohang/static/js/bootstrap.min.js' id='bootstrap-js'></script> <script type='text/javascript' src='http://www.shudanhao.com/static/daohang/static/js/swiper.min.js' id='swiper.min-js'></script> <script type='text/javascript' src='http://www.shudanhao.com/static/daohang/static/js/stickysidebar.js' id='stickysidebar-js'></script> <script type='text/javascript' src='http://www.shudanhao.com/static/daohang/static/js/footer.js' id='footer-js'></script> <div style="display: none !important;"></div> </div> <!-------end site-wrapper--------> </body> </html>