<!DOCTYPE html>
<html lang="zh-cn">
<head>
    <meta charset="utf-8" />
    <title>文本查看器</title>
    <link rel="stylesheet" href="https://s4.zstatic.net/ajax/libs/highlight.js/11.6.0/styles/github.min.css">
    <style type="text/css" media="screen">
        code{
            font-family:  Arial,sans-serif;
        }
        #viewhtml{
            word-break: break-all;
            white-space: break-spaces;
        }
    </style>
</head>
<body>
<pre><code id="viewhtml">&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;zh-CN&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;13mm混合型塑胶跑道施工方法 - 优正体育&lt;/title&gt;&lt;meta name=&#039;keywords&#039; content=&#039;13mm混合型塑胶跑道施工方法&#039;&gt;&lt;meta name=&quot;description&quot; content=&quot;总结:13mm混合型塑胶跑道的规范施工是一个系统化、精细化的过程,涉及基础处理、底层透气型摊铺、面层喷涂以及精密划线等多个关键环节。每个步骤都必须严格控制材料配比、施工工艺、环境条件和质量验收标准,尤其注重基础质量、摊铺压实度、喷涂均匀性以及充分的固化养护,才能终确保跑道达到设计要求的厚度、物理性能、使用功能和使用寿命。&quot;&gt;
    &lt;link href=&quot;//s4.zstatic.net/ajax/libs/bootstrap/5.3.0/css/bootstrap.min.css&quot; rel=&quot;stylesheet&quot;&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;//s4.zstatic.net/ajax/libs/bootstrap-icons/1.10.0/font/bootstrap-icons.min.css&quot;&gt;
    &lt;style&gt;
        :root {
            --primary-color: #2c3e50;
            --secondary-color: #3498db;
            --light-color: #f8f9fa;
            --dark-color: #343a40;
        }
        body {
            font-family: &#039;Segoe UI&#039;, &#039;Microsoft YaHei&#039;, sans-serif;
            line-height: 1.6;
            color: #333;
        }
        .navbar-brand {
            font-weight: 700;
            color: var(--primary-color);
        }
        .hero-section {
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            color: white;
            padding: 3rem 0;
            margin-bottom: 2rem;
            border-radius: 0.5rem;
        }
        .content-section {
            background-color: white;
            border-radius: 0.5rem;
            padding: 2rem;
            box-shadow: 0 2px 15px rgba(0,0,0,0.1);
            margin-bottom: 2rem;
        }
        .card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            margin-bottom: 1.5rem;
            border: none;
            box-shadow: 0 2px 15px rgba(0,0,0,0.1);
        }
        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.15);
        }
        .article-card {
            border-left: 4px solid var(--secondary-color);
        }
        .footer {
            background-color: var(--dark-color);
            color: white;
            padding: 2rem 0;
            margin-top: 3rem;
        }
        .latest-articles {
            background-color: var(--light-color);
            padding: 1.5rem;
            border-radius: 0.5rem;
            margin-bottom: 2rem;
        }
        .ad-space {
            background-color: #f8f9fa;
            border: 1px dashed #ccc;
            padding: 2rem;
            text-align: center;
            margin: 2rem 0;
            border-radius: 0.5rem;
        }
        .content-title {
            color: var(--primary-color);
            border-bottom: 2px solid var(--secondary-color);
            padding-bottom: 0.5rem;
            margin-bottom: 1.5rem;
        }
        .content-image {
            border-radius: 0.5rem;
            margin: 1rem 0;
            max-height: 400px;
            object-fit: cover;
        }
        .feature-box {
            padding: 1.5rem;
            background-color: var(--light-color);
            border-radius: 0.5rem;
            margin-bottom: 1.5rem;
        }
        @media (max-width: 768px) {
            .hero-section {
                padding: 2rem 0;
            }
            .content-section {
                padding: 1.5rem;
            }
        }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;nav class=&quot;navbar navbar-expand-lg navbar-light bg-light&quot;&gt;
        &lt;div class=&quot;container&quot;&gt;
            &lt;a class=&quot;navbar-brand&quot; href=&quot;/&quot;&gt;
                优正体育
            &lt;/a&gt;
            &lt;button class=&quot;navbar-toggler&quot; type=&quot;button&quot; data-bs-toggle=&quot;collapse&quot; data-bs-target=&quot;#navbarNav&quot;&gt;
                &lt;span class=&quot;navbar-toggler-icon&quot;&gt;&lt;/span&gt;
            &lt;/button&gt;
            &lt;div class=&quot;collapse navbar-collapse&quot; id=&quot;navbarNav&quot;&gt;
                &lt;ul class=&quot;navbar-nav ms-auto&quot;&gt;
                    &lt;li class=&quot;nav-item&quot;&gt;
                        &lt;a class=&quot;nav-link&quot; href=&quot;/&quot;&gt;首页&lt;/a&gt;
                    &lt;/li&gt;
                    &lt;li class=&quot;nav-item&quot;&gt;
                        &lt;a class=&quot;nav-link&quot; href=&quot;//www.epdmsujiao.com/lianxiwomen/&quot;&gt;联系我们&lt;/a&gt;
                    &lt;/li&gt;
                &lt;/ul&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/nav&gt;
    
    &lt;main class=&quot;container my-4&quot;&gt;
        &lt;!-- Hero Section --&gt;
        &lt;section class=&quot;hero-section text-center&quot;&gt;
            &lt;div class=&quot;container&quot;&gt;
                &lt;h1 class=&quot;display-4 mb-3&quot;&gt;优正体育&lt;/h1&gt;
                &lt;p class=&quot;lead mb-4&quot;&gt;专业的塑胶跑道和运动球场体育场地材料、设计、施工厂家&lt;/p&gt;
                &lt;div class=&quot;mt-4&quot;&gt;
                    &lt;a href=&quot;tel:186-7406-7177&quot; class=&quot;btn btn-light btn-lg me-2&quot;&gt;
                        &lt;i class=&quot;bi bi-telephone-fill me-2&quot;&gt;&lt;/i&gt;技术服务电话:186-7406-7177
                    &lt;/a&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/section&gt;

        &lt;!-- Content Browsing Section --&gt;
        &lt;div class=&quot;content-section&quot;&gt;
            &lt;h2 class=&quot;content-title&quot;&gt;13mm混合型塑胶跑道施工方法&lt;/h2&gt;

            &lt;!--img src=&quot;//elkorean.kr/img/api/lanqiuchang.php?t=优正体育&amp;杭州篮球场材料厂家&amp;6.jpg&quot; alt=&quot;专业塑胶篮球场&quot; class=&quot;img-fluid content-image&quot;--&gt;
            
            &lt;div class=&quot;row mt-4&quot;&gt;
                &lt;div class=&quot;col-md-12&quot;&gt;
                    
&lt;hr /&gt;
&lt;p&gt;13mm混合型塑胶跑道作为一种广泛应用的田径场地类型,以其良好的物理性能、耐用性和适中的成本受到认可。其结构特点在于底层采用传统透气型工艺(以单组份胶水粘合EPDM颗粒为主),面层则采用喷涂型工艺(由双组份面漆混合EPDM颗粒喷涂形成纹理层)。13mm的厚度是常见的标准厚度之一。确保施工质量的关键在于严格遵守规范的施工流程和工艺控制。&lt;/p&gt;
&lt;p&gt;一、基础处理与验收&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;基础质量: 施工前必须对混凝土或沥青基础进行严格验收。基础应坚实、平整(3米直尺误差不大于±3mm)、干燥(含水率≤8%)、清洁无油污、无松动颗粒和粉尘。坡度应符合设计要求(通常为0.3%-0.8%),确保排水顺畅。&lt;/li&gt;
&lt;li&gt;清洁与修补: 彻底清扫基础表面,必要时使用高压水枪冲洗,并待其完全干燥。对基础存在的裂缝、凹坑、起砂或油污区域进行针对性修补(如使用专用修补砂浆)和打磨处理。&lt;/li&gt;
&lt;li&gt;防水底涂(如需要): 在混凝土基础上,通常需涂刷一层专用防水底涂胶水(单组份或双组份稀释液),以增强基础与塑胶层之间的粘结力及封闭毛细孔。涂刷需均匀,无遗漏,待其表干后方可进行下一工序。&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;二、底层(透气层)施工 - 约10mm&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;材料配比与搅拌:&lt;ul&gt;
&lt;li&gt;按制造商提供的精确比例(重量比)称量单组份胶粘剂和粒径较大的黑色回收EPDM颗粒(常用粒径2-4mm或3-5mm)。&lt;/li&gt;
&lt;li&gt;使用专业强制式搅拌机进行充分搅拌(搅拌时间通常为3-5分钟),确保胶水均匀包裹每一颗颗粒,混合料呈湿润松散状,无结块或干料。搅拌区应保持清洁。&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;摊铺与刮平:&lt;ul&gt;
&lt;li&gt;将搅拌均匀的混合料运送至作业面,迅速倾倒于预定区域。&lt;/li&gt;
&lt;li&gt;使用专业摊铺机配合手工辅助进行摊铺。摊铺机需提前设置好标高控制(考虑虚铺系数),确保摊铺厚度均匀(压实后达到设计厚度,通常约10mm)。&lt;/li&gt;
&lt;li&gt;摊铺方向宜平行于跑道直道,接缝处需处理平整。&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;压实与找平:&lt;ul&gt;
&lt;li&gt;摊铺后立即使用重型胶轮压路机(重量需适宜,避免颗粒过度压碎)对底层进行压实。碾压遍数及速度需根据材料特性、温度和厚度调整,确保压实度达标(无明显轮迹,表面结实平整)。&lt;/li&gt;
&lt;li&gt;局部不平整处需及时用混合料填补并再次压实。压实后表面应呈现均匀颗粒纹理,无明显起伏。&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;三、面层施工 - 约3mm&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;面层材料准备:&lt;ul&gt;
&lt;li&gt;底层完全固化后(通常需24-48小时,具体视环境温湿度而定),方可进行面层施工。&lt;/li&gt;
&lt;li&gt;按制造商严格比例(重量比)精确称量双组份聚氨酯面漆(A组份:树脂,B组份:固化剂)和粒径较小的EPDM颗粒(常用粒径0.5-2mm或1-3mm,颜色根据设计要求)。B组份开封后需尽快使用。&lt;/li&gt;
&lt;li&gt;先将A组份与B组份倒入搅拌容器,使用电动搅拌器搅拌至完全混合均匀(约1-2分钟),再加入预先精确称量的EPDM颗粒。&lt;/li&gt;
&lt;li&gt;继续搅拌至颗粒被浆料完全均匀包裹(约2-3分钟)。混合料应色泽一致,粘稠度适中。搅拌好的材料应在适用期内(通常30-60分钟)用完。&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;喷涂施工:&lt;ul&gt;
&lt;li&gt;使用专业无气喷涂机(喷枪口径、压力需匹配)进行面层喷涂。&lt;/li&gt;
&lt;li&gt;喷涂操作人员需经验丰富,保持喷枪与地面垂直、距离恒定(通常50-80厘米)、运行速度均匀,确保喷涂厚度一致(约3mm)。&lt;/li&gt;
&lt;li&gt;采用交叉喷涂法(第一遍纵向,第二遍横向),至少喷涂两遍,以获得均匀、致密、纹理清晰且厚度符合要求的面层。接缝处需处理好,避免重叠过厚或漏喷。&lt;/li&gt;
&lt;li&gt;施工环境温度应控制在10℃-35℃之间,空气相对湿度低于85%,避免在风沙、雨雾天气和基础温度低于5℃条件下施工。&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;四、划线&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;定位测量: 待面层完全固化后(通常3-7天),根据国际田联(IAAF)或相关场地设计标准,使用经校准的测量仪器(如全站仪、钢尺)精确定位各跑道线、起跑线、终点线、接力区、栏位等标记点。&lt;/li&gt;
&lt;li&gt;模板固定: 使用专用划线模板或美纹纸按设计尺寸精准贴附。&lt;/li&gt;
&lt;li&gt;划线漆施工: 选用高品质聚氨酯专业跑道划线漆。调配均匀后,使用专业划线机或喷枪进行涂刷/喷涂。线条应宽度一致(通常50mm)、边缘清晰锐利、颜色饱满、粘结牢固,无毛刺、流淌或虚边现象。施工后需保护,避免踩踏污染。&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;五、养护与交付&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;固化养护: 所有施工完成后,场地需进行充分的自然固化养护。在标准温湿度条件下(25℃左右),建议养护期不少于14天。期间应严格封闭场地,禁止任何人员、车辆进入或堆放物品,确保塑胶层充分交联固化,达到佳物理性能。&lt;/li&gt;
&lt;li&gt;清洁清理: 养护期满后,彻底清洁场地表面浮尘杂物。&lt;/li&gt;
&lt;li&gt;验收: 按相关国家标准(如GB/T 22517.6-2020《体育场地使用要求及检验方法 第6部分:田径场地》)或合同约定进行终验收,检查外观、厚度、平整度、坡度、点位精度、标志线以及物理机械性能(如硬度、拉伸强度、伸长率、冲击吸收、垂直变形等)是否符合要求。&lt;/li&gt;
&lt;/ol&gt;
&lt;hr /&gt;
&lt;p&gt;总结:13mm混合型塑胶跑道的规范施工是一个系统化、精细化的过程,涉及基础处理、底层透气型摊铺、面层喷涂以及精密划线等多个关键环节。每个步骤都必须严格控制材料配比、施工工艺、环境条件和质量验收标准,尤其注重基础质量、摊铺压实度、喷涂均匀性以及充分的固化养护,才能终确保跑道达到设计要求的厚度、物理性能、使用功能和使用寿命。&lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;!--section id=&quot;case-show&quot; class=&quot;mt-5&quot;&gt;
                &lt;h3&gt;&lt;i class=&quot;bi bi-images text-primary me-2&quot;&gt;&lt;/i&gt;工程案例展示&lt;/h3&gt;
                &lt;div class=&quot;row g-3&quot;&gt;
                    &lt;div class=&quot;col-md-4&quot;&gt;
                        &lt;img src=&quot;//elkorean.kr/img/api/lanqiuchang.php?t=案例1&amp;1.jpg&quot; alt=&quot;工程案例1&quot; class=&quot;img-thumbnail&quot;&gt;
                    &lt;/div&gt;
                    &lt;div class=&quot;col-md-4&quot;&gt;
                        &lt;img src=&quot;//elkorean.kr/img/api/lanqiuchang.php?t=案例2&amp;2.jpg&quot; alt=&quot;工程案例2&quot; class=&quot;img-thumbnail&quot;&gt;
                    &lt;/div&gt;
                    &lt;div class=&quot;col-md-4&quot;&gt;
                        &lt;img src=&quot;//elkorean.kr/img/api/lanqiuchang.php?t=案例3&amp;3.jpg&quot; alt=&quot;工程案例3&quot; class=&quot;img-thumbnail&quot;&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/section--&gt;
            
            &lt;!--section id=&quot;faq&quot; class=&quot;mt-5&quot;&gt;
                &lt;h3&gt;&lt;i class=&quot;bi bi-question-circle text-primary me-2&quot;&gt;&lt;/i&gt;常见问题&lt;/h3&gt;
                &lt;div class=&quot;accordion&quot; id=&quot;faqAccordion&quot;&gt;
                    &lt;div class=&quot;accordion-item&quot;&gt;
                        &lt;h2 class=&quot;accordion-header&quot;&gt;
                            &lt;button class=&quot;accordion-button&quot; type=&quot;button&quot; data-bs-toggle=&quot;collapse&quot; data-bs-target=&quot;#faq1&quot;&gt;
                                塑胶篮球场的施工周期是多久?
                            &lt;/button&gt;
                        &lt;/h2&gt;
                        &lt;div id=&quot;faq1&quot; class=&quot;accordion-collapse collapse show&quot; data-bs-parent=&quot;#faqAccordion&quot;&gt;
                            &lt;div class=&quot;accordion-body&quot;&gt;
                                标准场地(约600㎡)在材料到场后通常需要5-7个工作日完成施工,具体时间会根据场地基础条件和天气情况有所调整。
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                    &lt;div class=&quot;accordion-item&quot;&gt;
                        &lt;h2 class=&quot;accordion-header&quot;&gt;
                            &lt;button class=&quot;accordion-button collapsed&quot; type=&quot;button&quot; data-bs-toggle=&quot;collapse&quot; data-bs-target=&quot;#faq2&quot;&gt;
                                塑胶篮球场的使用寿命有多长?
                            &lt;/button&gt;
                        &lt;/h2&gt;
                        &lt;div id=&quot;faq2&quot; class=&quot;accordion-collapse collapse&quot; data-bs-parent=&quot;#faqAccordion&quot;&gt;
                            &lt;div class=&quot;accordion-body&quot;&gt;
                                正常使用和维护情况下,我们的塑胶篮球场材料可使用8-10年。使用寿命与使用频率、维护保养和当地气候条件有关。
                            &lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/section&gt;
        &lt;/div--&gt;
        
        &lt;!-- Related Articles --&gt;
        &lt;div class=&quot;latest-articles&quot;&gt;
            &lt;h2 class=&quot;h4 mb-3&quot;&gt;&lt;i class=&quot;bi bi-newspaper me-2&quot;&gt;&lt;/i&gt;友情链接&lt;/h2&gt;
            &lt;div class=&quot;row&quot;&gt;
                &lt;div class=&quot;col-md-4&quot;&gt;
                    &lt;div class=&quot;card article-card&quot;&gt;
                        &lt;div class=&quot;card-body&quot;&gt;
                            &lt;h5 class=&quot;card-title&quot;&gt;&lt;a href=&quot;https://lan.qiuchang.ac.cn/&quot;&gt;篮球场&lt;/a&gt;&lt;/h5&gt;
                            &lt;p class=&quot;card-text text-muted small&quot;&gt;专业级篮球场地,适合比赛和训练,配备完善设施。&lt;/p&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                &lt;div class=&quot;col-md-4&quot;&gt;
                    &lt;div class=&quot;card article-card&quot;&gt;
                        &lt;div class=&quot;card-body&quot;&gt;
                            &lt;h5 class=&quot;card-title&quot;&gt;&lt;a href=&quot;https://wang.qiuchang.ac.cn/&quot;&gt;网球场&lt;/a&gt;&lt;/h5&gt;
                            &lt;p class=&quot;card-text text-muted small&quot;&gt;标准尺寸网球场,优质地面材料,提供良好运动体验。&lt;/p&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                &lt;div class=&quot;col-md-4&quot;&gt;
                    &lt;div class=&quot;card article-card&quot;&gt;
                        &lt;div class=&quot;card-body&quot;&gt;
                            &lt;h5 class=&quot;card-title&quot;&gt;&lt;a href=&quot;https://zu.qiuchang.ac.cn/&quot;&gt;足球场&lt;/a&gt;&lt;/h5&gt;
                            &lt;p class=&quot;card-text text-muted small&quot;&gt;专业足球场地人造草坪,适合各种比赛。&lt;/p&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        
        &lt;!-- Ad Space
        &lt;div class=&quot;ad-space&quot;&gt;
            &lt;h3 class=&quot;h5&quot;&gt;优质合作伙伴推荐&lt;/h3&gt;
            &lt;p class=&quot;text-muted mb-3&quot;&gt;为您推荐行业优质服务商&lt;/p&gt;
            &lt;div class=&quot;row justify-content-center&quot;&gt;
                &lt;div class=&quot;col-md-8&quot;&gt;
                    &lt;div class=&quot;p-3 rounded shadow-sm text-muted&quot;&gt;
                        &lt;p class=&quot;mb-0&quot;&gt;&lt;a href=&quot;https://paodao.ac.cn/&quot; rel=&quot;nofollow&quot; class=&quot;text-white&quot;&gt;优正体育塑胶跑道&lt;/a&gt;&lt;/p&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt; --&gt;
    &lt;/main&gt;
    
    &lt;footer class=&quot;footer&quot;&gt;
        &lt;div class=&quot;container&quot;&gt;
            &lt;div class=&quot;row&quot;&gt;
                &lt;div class=&quot;col-md-6&quot;&gt;
                    &lt;h3&gt;优正体育&lt;/h3&gt;
                    &lt;p&gt;专业生产网球场材料的厂家,专注塑胶、硅PU、丙烯酸球场材料研发。&lt;/p&gt;
                &lt;/div&gt;
                &lt;div class=&quot;col-md-3&quot;&gt;
                    &lt;h5&gt;快速链接&lt;/h5&gt;
                    &lt;ul class=&quot;list-unstyled&quot;&gt;
                        &lt;li&gt;&lt;a href=&quot;/&quot; class=&quot;text-white&quot;&gt;首页&lt;/a&gt;&lt;/li&gt;
                        &lt;li&gt;&lt;a href=&quot;//www.epdmsujiao.com/lianxiwomen/&quot; class=&quot;text-white&quot;&gt;联系我们&lt;/a&gt;&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/div&gt;
                &lt;div class=&quot;col-md-3&quot;&gt;
                    &lt;h5&gt;联系我们&lt;/h5&gt;
                    &lt;ul class=&quot;list-unstyled&quot;&gt;
                        &lt;li&gt;&lt;i class=&quot;bi bi-telephone me-2&quot;&gt;&lt;/i&gt; 186-7406-7177&lt;/li&gt;
                        &lt;li&gt;&lt;i class=&quot;bi bi-envelope me-2&quot;&gt;&lt;/i&gt; 136-2726-1685&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;hr class=&quot;my-4 bg-light&quot;&gt;
            &lt;div class=&quot;text-center&quot;&gt;
                &lt;small&gt;© 2025 优正体育 &lt;a href=&quot;https://beian.miit.gov.cn/&quot; rel=&quot;nofollow&quot; class=&quot;text-white&quot;&gt;鄂ICP备19000511号&lt;/a&gt;&lt;/small&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/footer&gt;

    &lt;script src=&quot;//s4.zstatic.net/ajax/libs/bootstrap/5.3.0/js/bootstrap.bundle.min.js&quot;&gt;&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</code></pre>
<script src="https://s4.zstatic.net/ajax/libs/highlight.js/11.6.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</body>
</html>