<!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;塑胶跑道造价多少钱一平方 - 优正体育&lt;/title&gt;&lt;meta name=&#039;keywords&#039; content=&#039;塑胶跑道造价多少钱一平方&#039;&gt;&lt;meta name=&quot;description&quot; content=&quot;塑胶跑道的终造价由跑道类型选择、材料品质、基础条件、施工工艺、项目规模及定制需求等多种变量共同决定。获取精准报价的关键在于提供详细的场地信息和技术要求,由专业机构进行实地勘察评估后出具方案与预算。市场主流透气型、复合型、混合型及全塑型跑道价格区间大致分布在100-300+元/平方米范围,基础处理费用需单独考量。选择符合国家标准、注重品质和施工规范的项目执行方,是保障终效果与长期价值的基础。&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;塑胶跑道造价多少钱一平方&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;h2&gt;塑胶跑道造价影响因素及市场价格分析&lt;/h2&gt;
&lt;p&gt;塑胶跑道的单位面积造价并非固定数值,而是受到多重关键因素综合影响的结果。了解这些因素,有助于对项目预算形成更准确的预期。以下是影响造价的核心要素及当前市场行情分析:&lt;/p&gt;
&lt;p&gt;一、 影响造价的核心因素&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;跑道类型与材料构成:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;透气型塑胶跑道: 结构相对简单,底层为环保颗粒与单组份胶水混合粘结摊铺,面层喷涂含防滑颗粒的塑胶浆料。这是目前成本较低的选择。&lt;/li&gt;
&lt;li&gt;复合型塑胶跑道: 底层使用环保颗粒与聚氨酯胶固化形成弹性层,面层再铺设含防滑颗粒的聚氨酯密封涂层或喷涂面层。性能优于透气型,成本居中。&lt;/li&gt;
&lt;li&gt;混合型塑胶跑道(预制型/现浇型): 底层为全塑型聚氨酯材料摊铺,面层铺设预制PU防滑面层(预制型)或喷涂EPDM颗粒面层(现浇型)。综合性能佳(弹性、平整度、耐用性),成本高。&lt;/li&gt;
&lt;li&gt;全塑型塑胶跑道: 完全由聚氨酯胶浆加入颗粒材料混合铺设而成,结构致密,性能优良,成本接近或高于混合型。&lt;/li&gt;
&lt;li&gt;材料品牌与等级: 不同品牌、等级的聚氨酯胶水、颗粒(EPDM、TPV、回收橡胶颗粒等)、色浆、助剂等,价格差异显著。环保性能、物理机械性能(如拉伸强度、回弹性)、耐候性、色彩保真度等指标直接影响材料成本。环保颗粒通常成本高于回收颗粒。&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;基础地面状况:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;基础类型: 新建混凝土基础、沥青基础或旧跑道翻新处理,所需的前期处理工作量和成本不同。新建基础要求高标准的平整度、坡度、排水设计。&lt;/li&gt;
&lt;li&gt;基础质量处理成本: 原有基础(无论是混凝土还是沥青)的平整度、强度、裂缝、油污、积水等问题,直接决定了基础处理的复杂程度和费用。严重不平、需大面积修补或重新铺设基础垫层,会大幅增加成本。&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;施工工艺与细节要求:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;铺设厚度: 跑道各结构层(底涂、弹性层、面层、划线层)的设计厚度直接影响材料用量。符合国标《GB/T 14833-2020 合成材料运动场地面层》是基本要求,特殊需求如加厚设计会提高成本。&lt;/li&gt;
&lt;li&gt;施工复杂度: 场地形状是否规则(如是否包含半圆区、辅助区)、坡度要求、排水沟处理、边缘收口等细节,影响施工效率和材料损耗。&lt;/li&gt;
&lt;li&gt;面层处理: 防滑颗粒的粒径、密度、撒播方式(手工/机械)、面层喷涂遍数等。&lt;/li&gt;
&lt;li&gt;跑道划线: 划线材料的品质(水性/油性)、线条宽度、数量及复杂度。&lt;/li&gt;
&lt;li&gt;施工技术与管理: 施工队伍的专业水平、项目管理能力、施工季节(温度湿度控制要求)、工期长短等影响人工和现场管理成本。&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;地域因素与规模效应:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;地区差异: 不同地区(如一线城市与三四线城市)的原材料采购成本、人工费用、机械设备租赁费用存在差异。&lt;/li&gt;
&lt;li&gt;项目规模: 场地面积越大,单位面积分摊的机械进场费、项目管理费等固定成本相应降低,可能获得一定的规模效益。&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;附加功能与定制化需求:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;特殊色彩: 超出常规红蓝绿等标准色的定制配色方案。&lt;/li&gt;
&lt;li&gt;特殊标识: 如学校Logo、特殊图案等。&lt;/li&gt;
&lt;li&gt;特殊性能: 如更高的抗紫外线、抗老化性能,或特殊环境下的适用性要求(极端气候等)。&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;二、 市场价格区间分析 (仅供参考)&lt;/p&gt;
&lt;p&gt;基于当前市场行情(材料价格、人工成本波动),结合上述因素,各类主流塑胶跑道的大致造价区间如下:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;透气型塑胶跑道: 约 100 - 150元人民币/平方米&lt;ul&gt;
&lt;li&gt;特点:成本低,排水性好,施工较快。弹性和耐用性相对较低。&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;复合型塑胶跑道: 约 140 - 200元人民币/平方米&lt;ul&gt;
&lt;li&gt;特点:兼顾成本与性能,弹性较好,稳定性较高,是目前中小学常用类型。&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;混合型塑胶跑道 (预制面层/现浇面层): 约 180 - 300+元人民币/平方米&lt;ul&gt;
&lt;li&gt;特点:性能优异,符合专业赛事标准(如国际田联IAAF认证需特定配方与厚度),平整度高,弹性佳,耐用性强。成本高。&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;全塑型塑胶跑道: 约 170 - 280元人民币/平方米&lt;ul&gt;
&lt;li&gt;特点:结构致密,性能稳定,常用于对弹性要求高的场所。&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;重要提示:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;此价格仅为材料施工一体化(不含基础处理)的参考区间,实际报价需根据具体项目详细评估。&lt;/li&gt;
&lt;li&gt;基础处理费用: 基础状况差异巨大,处理费用可能是跑道主体造价的30%-100%甚至更高,需单独核算。&lt;/li&gt;
&lt;li&gt;“低价”风险: 显著低于市场平均水平的报价需警惕,可能存在使用劣质材料、偷工减料(如减薄厚度)、环保不达标等风险。&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;总结&lt;/p&gt;
&lt;p&gt;塑胶跑道的终造价由跑道类型选择、材料品质、基础条件、施工工艺、项目规模及定制需求等多种变量共同决定。获取精准报价的关键在于提供详细的场地信息和技术要求,由专业机构进行实地勘察评估后出具方案与预算。市场主流透气型、复合型、混合型及全塑型跑道价格区间大致分布在100-300+元/平方米范围,基础处理费用需单独考量。选择符合国家标准、注重品质和施工规范的项目执行方,是保障终效果与长期价值的基础。&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>