DIV教程

glsedaPDFDIV教程.pdf  267.71KB

DIV教程图片

资源介绍:

### DIV教程知识点总结 #### 第1天:选择什么样的DOCTYPE - **知识点介绍**:文档类型声明(DOCTYPE)是HTML或XHTML文档的第一行,用于指定文档遵循的标准版本。 - **重要性**:正确的DOCTYPE声明是确保文档能被浏览器正确解析的基础。 - **XHTML 1.0提供的三种DTD**: - **过渡型 (Transitional)**:适用于包含HTML 4.01兼容标签的文档。允许使用表现层标签和属性。 - **DTD声明**: ```html ``` - **严格型 (Strict)**:不允许使用任何表现层标签或属性,强调内容与样式完全分离。 - **DTD声明**: ```html ``` - **框架型 (Frameset)**:专门用于包含框架集的页面。 - **DTD声明**: ```html ``` #### 第2天:什么是名字空间 (Namespace) - **知识点介绍**:命名空间是一种避免标识符冲突的技术,在XHTML中尤为重要,因为它基于XML,而XML允许用户定义自己的标签。 - **命名空间的作用**: - 避免不同来源的标签冲突。 - 通过URL进行唯一标识。 - **命名空间声明**: - 在XHTML文档头部添加`xmlns`属性。 - 示例: ```html ``` #### 第3天:定义语言编码 - **知识点介绍**:定义文档的语言编码非常重要,确保文本能够被正确显示。 - **如何定义**: - 使用``标签。 - 示例: ```html ``` #### 第4天:调用样式表 - **知识点介绍**:通过链接外部CSS文件或内联样式来定义页面的视觉样式。 - **链接外部CSS文件**: - 使用``标签。 - 示例: ```html ``` #### 第5天:head区的其他设置 - **知识点介绍**:``部分除了包含基本的文档元数据外,还可以加入其他设置,如图标、脚本等。 - **可能的设置项**: - ``:文档标题。 - `<meta>`:额外的元信息。 - `<script>`:JavaScript脚本。 #### 第6天:XHTML代码规范 - **知识点介绍**:遵循XHTML的规范,确保文档结构清晰且易于维护。 - **关键点**: - 自闭合标签应使用斜杠。 - 所有属性都应加上引号。 - 所有标签必须关闭。 #### 第7天:CSS入门 - **知识点介绍**:了解CSS的基本概念,学习如何选择元素并为其应用样式。 - **CSS选择器**: - 类选择器(`.classname`) - ID选择器(`#idname`) - 标签选择器(`element`) #### 第8天:CSS布局入门 - **知识点介绍**:掌握CSS布局的基础技巧,包括盒子模型、定位等。 - **CSS布局技术**: - 浮动(`float`) - 定位(`position`) - 盒子模型(`margin`, `padding`, `border`) #### 第9天:第一个CSS布局实例 - **知识点介绍**:通过实际示例演示如何使用CSS布局技巧创建简单的页面布局。 - **实例要点**: - 使用`div`元素作为容器。 - 应用合适的CSS规则来实现所需的布局效果。 #### 第10天:自适应高度 - **知识点介绍**:使元素的高度根据其内容自动调整。 - **实现方法**: - 使用`min-height`设置最小高度。 - 结合`overflow:auto`处理溢出内容。 #### 第11天:不用表格的菜单 - **知识点介绍**:传统的菜单常使用表格布局,但现在更推荐使用`div`和CSS来创建响应式菜单。 - **替代方案**: - 使用`ul`和`li`创建列表结构。 - 通过CSS设置样式和布局。 #### 第12天:校验及常见错误 - **知识点介绍**:使用工具验证XHTML和CSS代码,识别并修正错误。 - **校验工具**: - W3C XHTML校验器 - W3C CSS校验器 - **常见错误**: - 未关闭的标签。 - 错误的属性值。 - 不符合语法的CSS规则。 以上知识点为DIV教程的核心内容,通过系统学习这些内容,可以帮助开发者深入了解并熟练掌握HTML和CSS的基础知识及应用技巧。 </section><footer><time datetime="2025-03-12 10:14:03">2025-03-12 10:14:03</time></footer></article><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9580572913920259" crossorigin="anonymous"></script><ins class="adsbygoogle" style="display:block; text-align:center;" data-ad-layout="in-article" data-ad-format="fluid" data-ad-client="ca-pub-9580572913920259" data-ad-slot="9311775005"></ins><script> (adsbygoogle = window.adsbygoogle || []).push({});</script><article class="comment-area"><span id="comment-count" variant="large">100+评论</span><input type="hidden" name="pid" value="0" id="pid" /><input type="hidden" name="aid" value="10922" id="aid" /><div id="reply-section" style="display: none;"><small id="reply-user"></small><a id="cancel-reply">取消回复</a></div><label for="nickname">昵称:</label><input type="text" id="nickname" value="虞保仪邦" min="1" maxlength="20"><textarea id="commnet-content" placeholder="说两句..."></textarea><fieldset role="group"><input type="text" name="verifycode" value="" id="verifycode" placeholder="验证码"><img src="/captcha.html" alt="captcha" onclick="this.src = '/captcha?r=' + Math.random();" id="imgverify" /></fieldset><button type="button" id="addcomment">提交</button><ol id="comment-list"></ol><input id="more-comment" type="button" id="morecomment" value="加载更多评论" class="outline"></article><div class="related"><small>相关资源</small></div><ul class="grid-layout download-list"><li class="list-item"><div class="list-item-info"><div class="list-item-container"><a href="/download/10921.html" target="_blank"><div class="list-item-body"><div class="list-item-title">jfreechart</div><span class="list-item-desc">jfreechart(各种图的小实例,入门的,易看易懂)</span></div></a><div class="list-item-footer"><div><a class="category-name" href="/category/4.html" target="_blank">课程资源</a></div><div class="list-item-file"><span class="list-item-file-type"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><path style="fill:#E2E5E7;" d="M128,0c-17.6,0-32,14.4-32,32v448c0,17.6,14.4,32,32,32h320c17.6,0,32-14.4,32-32V128L352,0H128z"/><path style="fill:#B0B7BD;" d="M384,128h96L352,0v96C352,113.6,366.4,128,384,128z"/><polygon style="fill:#CAD1D8;" points="480,224 384,128 480,128"/><path style="fill:rgb(161,160,229);" d="M416,416c0,8.8-7.2,16-16,16H48c-8.8,0-16-7.2-16-16V256c0-8.8,7.2-16,16-16h352c8.8,0,16,7.2,16,16 V416z"/><path style="fill:#CAD1D8;" d="M400,432H96v16h304c8.8,0,16-7.2,16-16v-16C416,424.8,408.8,432,400,432z"/><g><text><tspan x="220" y="380" font-size="124" font-family="Verdana, Helvetica, Arial, sans-serif" fill="white" text-anchor="middle">RAR</tspan></text></g></svg></span><span class="list-item-file-name">jfreechart.rar </span><span class="list-item-file-size">1.27MB</span></div><span> 3 月前 </span></div></div></div></li><tr><td colspan="4"><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9580572913920259" crossorigin="anonymous"></script><ins class="adsbygoogle" style="display:block" data-ad-format="fluid" data-ad-layout-key="-gh-2a+4d+q-2d" data-ad-client="ca-pub-9580572913920259" data-ad-slot="7960599076"></ins><script> (adsbygoogle = window.adsbygoogle || []).push({});</script></td></tr><li class="list-item"><div class="list-item-info"><div class="list-item-container"><a href="/download/10920.html" target="_blank"><div class="list-item-body"><div class="list-item-title">编译原理课后习题答案</div><span class="list-item-desc"> dad wd gewrgw we4 gw4 </span></div></a><div class="list-item-footer"><div><a class="category-name" href="/category/4.html" target="_blank">课程资源</a></div><div class="list-item-file"><span class="list-item-file-type"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><path style="fill:#E2E5E7;" d="M128,0c-17.6,0-32,14.4-32,32v448c0,17.6,14.4,32,32,32h320c17.6,0,32-14.4,32-32V128L352,0H128z"/><path style="fill:#B0B7BD;" d="M384,128h96L352,0v96C352,113.6,366.4,128,384,128z"/><polygon style="fill:#CAD1D8;" points="480,224 384,128 480,128"/><path style="fill:rgb(161,160,229);" d="M416,416c0,8.8-7.2,16-16,16H48c-8.8,0-16-7.2-16-16V256c0-8.8,7.2-16,16-16h352c8.8,0,16,7.2,16,16 V416z"/><path style="fill:#CAD1D8;" d="M400,432H96v16h304c8.8,0,16-7.2,16-16v-16C416,424.8,408.8,432,400,432z"/><g><text><tspan x="220" y="380" font-size="124" font-family="Verdana, Helvetica, Arial, sans-serif" fill="white" text-anchor="middle">RAR</tspan></text></g></svg></span><span class="list-item-file-name">编译原理课后习题答案.rar </span><span class="list-item-file-size">7.73KB</span></div><span> 3 月前 </span></div></div></div></li><li class="list-item"><div class="list-item-info"><div class="list-item-container"><a href="/download/10919.html" target="_blank"><div class="list-item-body"><div class="list-item-title">语音识别技术</div><span class="list-item-desc">语音识别,上海交大ppt</span></div></a><div class="list-item-footer"><div><a class="category-name" href="/category/4.html" target="_blank">课程资源</a></div><div class="list-item-file"><span class="list-item-file-type"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><path style="fill:#E2E5E7;" d="M128,0c-17.6,0-32,14.4-32,32v448c0,17.6,14.4,32,32,32h320c17.6,0,32-14.4,32-32V128L352,0H128z"/><path style="fill:#B0B7BD;" d="M384,128h96L352,0v96C352,113.6,366.4,128,384,128z"/><polygon style="fill:#CAD1D8;" points="480,224 384,128 480,128"/><path style="fill:rgb(215,160,229);" d="M416,416c0,8.8-7.2,16-16,16H48c-8.8,0-16-7.2-16-16V256c0-8.8,7.2-16,16-16h352c8.8,0,16,7.2,16,16 V416z"/><path style="fill:#CAD1D8;" d="M400,432H96v16h304c8.8,0,16-7.2,16-16v-16C416,424.8,408.8,432,400,432z"/><g><text><tspan x="220" y="380" font-size="124" font-family="Verdana, Helvetica, Arial, sans-serif" fill="white" text-anchor="middle">7Z</tspan></text></g></svg></span><span class="list-item-file-name">ai.7z </span><span class="list-item-file-size">266.97KB</span></div><span> 3 月前 </span></div></div></div></li><li class="list-item"><div class="list-item-info"><div class="list-item-container"><a href="/download/10918.html" target="_blank"><div class="list-item-body"><div class="list-item-title"> usb连接232(usb-serial controller d驱动) </div><span class="list-item-desc"> usb连接232(usb-serial controller d驱动) </span></div></a><div class="list-item-footer"><div><a class="category-name" href="/category/14.html" target="_blank">视频素材</a></div><div class="list-item-file"><span class="list-item-file-type"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><path style="fill:#E2E5E7;" d="M128,0c-17.6,0-32,14.4-32,32v448c0,17.6,14.4,32,32,32h320c17.6,0,32-14.4,32-32V128L352,0H128z"/><path style="fill:#B0B7BD;" d="M384,128h96L352,0v96C352,113.6,366.4,128,384,128z"/><polygon style="fill:#CAD1D8;" points="480,224 384,128 480,128"/><path style="fill:rgb(187,229,160);" d="M416,416c0,8.8-7.2,16-16,16H48c-8.8,0-16-7.2-16-16V256c0-8.8,7.2-16,16-16h352c8.8,0,16,7.2,16,16 V416z"/><path style="fill:#CAD1D8;" d="M400,432H96v16h304c8.8,0,16-7.2,16-16v-16C416,424.8,408.8,432,400,432z"/><g><text><tspan x="220" y="380" font-size="124" font-family="Verdana, Helvetica, Arial, sans-serif" fill="white" text-anchor="middle">EXE</tspan></text></g></svg></span><span class="list-item-file-name">2A_Think_1558231576.exe </span><span class="list-item-file-size">4.3MB</span></div><span> 3 月前 </span></div></div></div></li><li class="list-item"><div class="list-item-info"><div class="list-item-container"><a href="/download/10923.html" target="_blank"><div class="list-item-body"><div class="list-item-title">emoji表情在Android项目中的应用</div><span class="list-item-desc">emoji在Android项目中的应用,可让安卓项目快速支持emoji表情的显示,并可判断字符串中是否含有emoji表情</span></div></a><div class="list-item-footer"><div><a class="category-name" href="/category/23.html" target="_blank">移动开发</a></div><div class="list-item-file"><span class="list-item-file-type"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><path style="fill:#E2E5E7;" d="M128,0c-17.6,0-32,14.4-32,32v448c0,17.6,14.4,32,32,32h320c17.6,0,32-14.4,32-32V128L352,0H128z"/><path style="fill:#B0B7BD;" d="M384,128h96L352,0v96C352,113.6,366.4,128,384,128z"/><polygon style="fill:#CAD1D8;" points="480,224 384,128 480,128"/><path style="fill:rgb(161,160,229);" d="M416,416c0,8.8-7.2,16-16,16H48c-8.8,0-16-7.2-16-16V256c0-8.8,7.2-16,16-16h352c8.8,0,16,7.2,16,16 V416z"/><path style="fill:#CAD1D8;" d="M400,432H96v16h304c8.8,0,16-7.2,16-16v-16C416,424.8,408.8,432,400,432z"/><g><text><tspan x="220" y="380" font-size="124" font-family="Verdana, Helvetica, Arial, sans-serif" fill="white" text-anchor="middle">RAR</tspan></text></g></svg></span><span class="list-item-file-name">TestEmoji.rar </span><span class="list-item-file-size">14.12MB</span></div><span> 3 月前 </span></div></div></div></li><tr><td colspan="4"><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9580572913920259" crossorigin="anonymous"></script><ins class="adsbygoogle" style="display:block" data-ad-format="fluid" data-ad-layout-key="-gh-2a+4d+q-2d" data-ad-client="ca-pub-9580572913920259" data-ad-slot="7960599076"></ins><script> (adsbygoogle = window.adsbygoogle || []).push({});</script></td></tr><li class="list-item"><div class="list-item-info"><div class="list-item-container"><a href="/download/10924.html" target="_blank"><div class="list-item-body"><div class="list-item-title">数据库课程设计报告</div><span class="list-item-desc">关于学生学籍管理系统的数据库课程设计报告</span></div></a><div class="list-item-footer"><div><a class="category-name" href="/category/4.html" target="_blank">课程资源</a></div><div class="list-item-file"><span class="list-item-file-type"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><path style="fill:#E2E5E7;" d="M128,0c-17.6,0-32,14.4-32,32v448c0,17.6,14.4,32,32,32h320c17.6,0,32-14.4,32-32V128L352,0H128z"/><path style="fill:#B0B7BD;" d="M384,128h96L352,0v96C352,113.6,366.4,128,384,128z"/><polygon style="fill:#CAD1D8;" points="480,224 384,128 480,128"/><path style="fill:rgb(161,160,229);" d="M416,416c0,8.8-7.2,16-16,16H48c-8.8,0-16-7.2-16-16V256c0-8.8,7.2-16,16-16h352c8.8,0,16,7.2,16,16 V416z"/><path style="fill:#CAD1D8;" d="M400,432H96v16h304c8.8,0,16-7.2,16-16v-16C416,424.8,408.8,432,400,432z"/><g><text><tspan x="220" y="380" font-size="124" font-family="Verdana, Helvetica, Arial, sans-serif" fill="white" text-anchor="middle">RAR</tspan></text></g></svg></span><span class="list-item-file-name">数据库设计报告.rar </span><span class="list-item-file-size">317.25KB</span></div><span> 3 月前 </span></div></div></div></li><li class="list-item"><div class="list-item-info"><div class="list-item-container"><a href="/download/10925.html" target="_blank"><div class="list-item-body"><div class="list-item-title">symbian开发</div><span class="list-item-desc"> Symbian C++编程基础 </span></div></a><div class="list-item-footer"><div><a class="category-name" href="/category/23.html" target="_blank">移动开发</a></div><div class="list-item-file"><span class="list-item-file-type"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><path style="fill:#E2E5E7;" d="M128,0c-17.6,0-32,14.4-32,32v448c0,17.6,14.4,32,32,32h320c17.6,0,32-14.4,32-32V128L352,0H128z"/><path style="fill:#B0B7BD;" d="M384,128h96L352,0v96C352,113.6,366.4,128,384,128z"/><polygon style="fill:#CAD1D8;" points="480,224 384,128 480,128"/><path style="fill:rgb(229,160,168);" d="M416,416c0,8.8-7.2,16-16,16H48c-8.8,0-16-7.2-16-16V256c0-8.8,7.2-16,16-16h352c8.8,0,16,7.2,16,16 V416z"/><path style="fill:#CAD1D8;" d="M400,432H96v16h304c8.8,0,16-7.2,16-16v-16C416,424.8,408.8,432,400,432z"/><g><text><tspan x="220" y="380" font-size="124" font-family="Verdana, Helvetica, Arial, sans-serif" fill="white" text-anchor="middle">PDF</tspan></text></g></svg></span><span class="list-item-file-name">LDMC S60移动应用开发讲义--Symbian C++编程基础.pdf </span><span class="list-item-file-size">1.36MB</span></div><span> 3 月前 </span></div></div></div></li><li class="list-item"><div class="list-item-info"><div class="list-item-container"><a href="/download/10926.html" target="_blank"><div class="list-item-body"><div class="list-item-title">元胞自动机最终版本</div><span class="list-item-desc">元胞自动机演示程序最终版本</span></div></a><div class="list-item-footer"><div><a class="category-name" href="/category/4.html" target="_blank">课程资源</a></div><div class="list-item-file"><span class="list-item-file-type"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><path style="fill:#E2E5E7;" d="M128,0c-17.6,0-32,14.4-32,32v448c0,17.6,14.4,32,32,32h320c17.6,0,32-14.4,32-32V128L352,0H128z"/><path style="fill:#B0B7BD;" d="M384,128h96L352,0v96C352,113.6,366.4,128,384,128z"/><polygon style="fill:#CAD1D8;" points="480,224 384,128 480,128"/><path style="fill:rgb(161,160,229);" d="M416,416c0,8.8-7.2,16-16,16H48c-8.8,0-16-7.2-16-16V256c0-8.8,7.2-16,16-16h352c8.8,0,16,7.2,16,16 V416z"/><path style="fill:#CAD1D8;" d="M400,432H96v16h304c8.8,0,16-7.2,16-16v-16C416,424.8,408.8,432,400,432z"/><g><text><tspan x="220" y="380" font-size="124" font-family="Verdana, Helvetica, Arial, sans-serif" fill="white" text-anchor="middle">RAR</tspan></text></g></svg></span><span class="list-item-file-name">AutoM.rar </span><span class="list-item-file-size">3.01MB</span></div><span> 3 月前 </span></div></div></div></li></ul><script> let download_need = '1'; let downapi ="/api/frontend.download/down.html"; document.querySelector(".download-button").addEventListener("click", function (e) { let message ="此资源免费,无需登录即可下载确定要下载吗?"; let free_time = parseInt('1') * 24; if (download_need > 0) { message = `下载需要${download_need}积分(1积分=1元),确定要下载吗?(自己上传的资源不扣积分) <p>成功下载后${free_time}小时内免费下载</p>`; } layer.confirm(` <h6 style="color:red">${message}</h6><div class="download-notice__main"><p style="color: #374151; font-size: 14px; line-height: 1.8; margin-bottom: 16px;">本站下载资源仅作为文件交换和学习交流平台,提供的下载内容由会员上传、分享与交流使用。本站不对上传的内容负责,内容的完整性、准确性及使用风险由用户自行承担。</p><div style="background: #f9fafb; padding: 16px; border-radius: 8px; margin-bottom: 16px;"><ol><li style="margin-bottom: 12px;list-style:auto"><strong style="color: #3688fc; font-size: 15px;">学习与研究</strong><span style="color: #4b5563; font-size: 14px;">平台内容仅供用户个人学习、研究和教育使用,不得用于任何商业目的。确保合法使用。</span></li><li style="margin-bottom: 12px;list-style:auto"><strong style="color: #3688fc; font-size: 15px;">版权与合法性</strong><span style="color: #4b5563; font-size: 14px;">所有上传与下载的内容,用户应确保不侵犯第三方知识产权。本站不承担用户上传内容的版权责任,亦无法保证内容的真实性、准确性。</span></li><li style="margin-bottom: 12px;list-style:auto"><strong style="color: #3688fc; font-size: 15px;">责任声明</strong><span style="color: #4b5563; font-size: 14px;">本站内容仅供参考,用户应自行判断并承担使用风险。</span></li></ol></div><div style="background: #fff7ed; border-left: 4px solid #ff4d4f; padding: 12px 16px; margin-bottom: 16px; border-radius: 0 8px 8px 0;"><strong style="color: #ff4d4f; font-size: 15px;">侵权处理</strong><p style="color: #4b5563; font-size: 14px; margin: 0;">如果您认为本站的内容侵犯了您的合法权益,请立即联系我们(邮箱:<a href="mailto:9695737@qq.com" style="color: #3688fc;">9695737@qq.com</a>)。我们将在收到通知后尽快处理并删除相关内容。</p></div></div>`, { title:"免责声明", btn: ["同意并下载", '关闭'], btn1: function () { $.ajax({ url: downapi, type:"POST", data:"id=" +"10922", success: function (e) { if (e.code === 1) { window.open(downapi +"?url=" + e.data.down_link, '_self'); layer.msg("已弹出下载", { icon: 1 }); } else { layer.msg(e.msg, { icon: 2 }); } }, error: function () { layer.msg("请求出错,请联系网站客服", { icon: 2 }); } }) } }); });</script></main><footer class="container"><div class="footer">©2025 神弓 <a href="/article/3009.html">联系方式</a> <a href="/article/3079.html">版权与免责声明</a></div><script>var _hmt = _hmt || [];(function() { var hm = document.createElement("script"); hm.src ="https://hm.baidu.com/hm.js?cd457e8ec08fe7d49c23209866e1dd2a"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s);})();</script><script>(function(){var el = document.createElement("script");el.src ="https://lf1-cdn-tos.bytegoofy.com/goofy/ttzz/push.js?9191b64cfda0acdedf2ab3b44279a5436657adf0cc3de6405926ffa6e85e08a5fd5c4a3974f9cd3eeb674bde712b4782cc4f323247d55c2ed2efd47b7c83521adc648ee828d46e7d3689a9c59fd080f6";el.id ="ttzz";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(el, s);})(window)</script><script>(function () {var bp = document.createElement('script');var curProtocol = window.location.protocol.split(':')[0];if (curProtocol === 'https') {bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';} else {bp.src = 'http://push.zhanzhang.baidu.com/push.js';}var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(bp, s);})();</script><script type="text/javascript"> var require = { config: JSON.parse('{"site":{"name":"\u795e\u5f13","cdnurl":"","version":"1.6.1.20250430_317","timezone":"Asia\/Shanghai","languages":{"backend":"zh-cn","frontend":"zh-cn"},"gonggao_enable":"0","gonggao_tite":"\u597d\u6d88\u606f!!!","gonggao_content":"\u7f51\u7ad9\u5df2\u5f00\u542f\u7b7e\u5230\u514d\u8d39\u9886\u79ef\u5206\u3002\u7528\u6237\u767b\u5f55\u540e\u5728\u4e2a\u4eba\u4e2d\u5fc3\u2014\u2014\u6bcf\u65e5\u7b7e\u5230\u5904\u53ef\u514d\u8d39\u9886\u53d6\u79ef\u5206!\u6bcf\u5929\u90fd\u53ef\u4ee5\u9886\u53d6!\u6bcf\u6b21\u90fd\u53ef\u4ee5\u53e0\u52a0!\u8fde\u7eed\u7b7e\u5230\u5929\u6570\u8d8a\u591a,\u9886\u53d6\u7684\u79ef\u5206\u8d8a\u591a!"},"modulename":"index","controllername":"download","actionname":"detail","jsname":"frontend\/download","moduleurl":"\/index","language":"zh-cn","__PUBLIC__":"\/","__ROOT__":"\/","__CDN__":"","lantuzhifu":{"default_amount":"10"},"summernote":{"classname":".editor","height":"250","minHeight":"250","placeholder":"","followingToolbar":"0","airMode":"0","toolbar":[["style",["style","undo","redo"]],["font",["bold","underline","strikethrough","clear"]],["fontname",["color","fontname","fontsize"]],["para",["ul","ol","paragraph","height"]],["table",["table","hr"]],["insert",["link","picture","video"]],["select",["image","attachment"]],["view",["fullscreen","codeview","help"]],["code",["code"]]]},"upload_cdnurl":"https:\/\/file.myshengong.com"}'), comment: { 'module_name': 'download' }, 'data_id': '10922' }; </script><script src="/template/09/js/system.js?v=1.6.1.20250430_317"></script><script src="/template/09/js/main.js?v=1.6.1.20250430_317"></script></footer></body></html>