摘要:从零开始学网页设计,掌握HTML代码基础是首要任务。本文将介绍HTML代码的基本构成和常用标签,包括如何创建基本的网页结构和文本格式。还将深入探讨表格在网页设计中的应用,包括如何创建表格、设置表格属性以及使用CSS样式美化表格。通过学习和实践,读者可以掌握网页设计的核心技能,为未来的网页开发工作打下坚实的基础。本文旨在帮助初学者快速入门,掌握网页设计的要点和技巧。

网页设计初探

让我们先来了解一下什么是网页设计,网页设计,顾名思义,就是设计网页的过程,这涉及到页面的布局、色彩、字体、图片等元素的巧妙组合和安排,而HTML(HyperText Markup Language)则是构建网页的基础语言,通过HTML,我们可以创建网页的结构和内容,从而搭建起一个完整的网页世界。

HTML代码基础

HTML,一种标记语言,由一系列标签组成,这些标签用于描述网页内容的结构和样式,下面是一些基本的HTML标签:

1、:定义整个HTML文档的开始和结束。

2、:包含文档的元数据,如标题、字符集等。

3、</code>:定义网页的标题,这个标题会出现在浏览器的标题栏或标签页上。</p> <p style="text-indent:2em">4、<code></code>:包含网页的主体内容,如文本、图片等。</p> <p style="text-indent:2em">除了这些基础标签,还有众多其他标签用于创建链接、图像、列表等,学习HTML的最好方法就是动手实践,通过编写简单的HTML代码来熟悉各种标签的用法。</p> <h3>表格的应用</h3> <p style="text-indent:2em">在网页设计中,表格是一种非常重要的布局工具,通过表格,我们可以将内容按照一定的结构进行排列,使其更加清晰易读,HTML中的表格由行和列组成,每个单元格都可以由<code></p> <td></code>标签定义。</p> <pre class="brush:html;toolbar:false"> <table> <tr> <th>标题1</th> <th>标题2</th> </tr> <tr> <td>数据1</td> <td>数据2</td> </tr> </table></pre> <p style="text-indent:2em">在这个例子中,<code></p> <table></code>标签定义了一个表格,<code></p> <tr></code>定义行,<code></p> <th></code>定义表头单元格,<code></p> <td></code>定义数据单元格,通过调整单元格的数量和布局,我们可以创建各种复杂的表格,还可以使用CSS样式来美化表格的外观。</p> <p style="text-indent:2em">学习网页设计是一个不断积累和实践的过程,掌握HTML代码基础是网页设计的基石,而表格则是实际应用中不可或缺的工具,通过不断学习和实践,你将能够创造出美观、实用的网页,希望这篇文章能为你提供帮助,祝愿你在网页设计的道路上越走越远,探索出更多的可能性!</p> <p><a href="https://js.haoyidiansheji.com/uploads/2025/07/20250707055729187.png"><img fetchpriority="high" decoding="async" width="514" height="360" alt="从零开始学网页设计,HTML代码基础与表格应用 html设计网页的代码 1" title="从零开始学网页设计,HTML代码基础与表格应用 html设计网页的代码 1" class="aligncenter wp-image-126058 size-full" src="https://js.haoyidiansheji.com/uploads/2025/07/20250707055729187.png?x-oss-process=image/auto-orient,1/quality,q_90/format,webp" alt="" /></a></p> <div class="entry-copyright"> <i class="fas fa-info-circle me-1"></i>声明:本站所有文章均摘自网络。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。</div> </article> <div class="entry-tags"> <i class="fas fa-tags me-1"></i> <a href="https://www.haoyidiansheji.com/tag/html%e4%bb%a3%e7%a0%81%e5%9f%ba%e7%a1%80%e4%b8%8e%e5%ba%94%e7%94%a8%ef%bc%88%e6%88%96-html%e4%b8%8e%e8%a1%a8%e6%a0%bc%e5%ba%94%e7%94%a8%ef%bc%89" rel="tag">HTML代码基础与应用(或 HTML与表格应用)</a> <a href="https://www.haoyidiansheji.com/tag/%e7%bd%91%e9%a1%b5%e8%ae%be%e8%ae%a1" rel="tag">网页设计</a> <a href="https://www.haoyidiansheji.com/tag/%e7%bd%91%e9%a1%b5%e8%ae%be%e8%ae%a1html%e4%bb%a3%e7%a0%81%e5%9f%ba%e7%a1%80%e8%a1%a8%e6%a0%bc" rel="tag">网页设计html代码基础表格</a> </div> <div class="entry-social"> <div class="row mt-2 mt-lg-3"> <div class="col"> <a class="share-author" href="https://www.haoyidiansheji.com/author/ef6654045d24ee3b"> <div class="avatar me-1"><img class="avatar-img rounded-circle border border-white border-3 shadow" src="//www.haoyidiansheji.com/wp-content/themes/ripro-v5/assets/img/avatar.png" alt=""> </div>七年 </a> </div> <div class="col-auto"> <a class="btn btn-sm btn-info-soft post-share-btn" href="javascript:void(0);"><i class="fas fa-share-alt me-1"></i>分享</a> <a class="btn btn-sm btn-success-soft post-fav-btn" href="javascript:void(0);" data-is="1"><i class="far fa-star me-1"></i></i>收藏</a> <a class="btn btn-sm btn-danger-soft post-like-btn" href="javascript:void(0);" data-text="已点赞"><i class="far fa-heart me-1"></i>点赞(<span class="count">0</span>)</a> </div> </div> </div> </div> <div class="entry-navigation"> <div class="row g-3"> <div class="col-lg-6 col-12"> <a class="entry-page-prev" href="https://www.haoyidiansheji.com/2025/57057.html" title="轻松上手引物设计网站——打造你的专属引物设计体验 引物设计网站primerplus"> <div class="entry-page-icon"><i class="fas fa-arrow-left"></i></div> <div class="entry-page-info"> <span class="d-block rnav">上一篇</span> <div class="title">轻松上手引物设计网站——打造你的专属引物设计体验 引物设计网站primerplus</div> </div> </a> </div> <div class="col-lg-6 col-12"> <a class="entry-page-next" href="https://www.haoyidiansheji.com/2025/57059.html" title="探索室内设计软件的世界,有没有专业做室内设计的软件? 有什么做室内设计的软件"> <div class="entry-page-info"> <span class="d-block rnav">下一篇</span> <div class="title">探索室内设计软件的世界,有没有专业做室内设计的软件? 有什么做室内设计的软件</div> </div> <div class="entry-page-icon"><i class="fas fa-arrow-right"></i></div> </a> </div> </div> </div> <div class="related-posts"> <h2 class="related-posts-title"><i class="fab fa-hive me-1"></i>相关文章</h2> <div class="row g-2 g-md-3 row-cols-2 row-cols-md-3 row-cols-lg-4"> <div class="col"> <article class="post-item item-grid"> <div class="tips-badge position-absolute top-0 start-0 z-1 m-2"> </div> <div class="entry-media ratio ratio-3x2"> <a target="_blank" class="media-img lazy bg-contain bg-center" href="https://www.haoyidiansheji.com/2025/36747.html" title="软件设计师考试如何报名?一篇大白话指南 软件设计师考试报名条件" data-bg="https://js.haoyidiansheji.com/uploads/2025/07/20250707055729187.png"> <!-- 音视频缩略图 --> </a> </div> <div class="entry-wrapper"> <div class="entry-cat-dot"><a href="https://www.haoyidiansheji.com/shejizixun">设计资讯</a></div> <h2 class="entry-title"> <a target="_blank" href="https://www.haoyidiansheji.com/2025/36747.html" title="软件设计师考试如何报名?一篇大白话指南 软件设计师考试报名条件">软件设计师考试如何报名?一篇大白话指南 软件设计师考试报名条件</a> </h2> <div class="entry-desc">朋友们,你们有没有想过要成为一名软件设计师呢?想要成为软件设计师,首先得通过软件...</div> <div class="entry-meta"> <span class="meta-date"><i class="far fa-clock me-1"></i><time class="pub-date" datetime="2025-07-11T10:21:01+08:00">1 月前</time></span> <span class="meta-likes d-none d-md-inline-block"><i class="far fa-heart me-1"></i>0</span> <span class="meta-fav d-none d-md-inline-block"><i class="far fa-star me-1"></i>0</span> <span class="meta-views"><i class="far fa-eye me-1"></i>0</span> </div> </div> </article> </div> <div class="col"> <article class="post-item item-grid"> <div class="tips-badge position-absolute top-0 start-0 z-1 m-2"> </div> <div class="entry-media ratio ratio-3x2"> <a target="_blank" class="media-img lazy bg-contain bg-center" href="https://www.haoyidiansheji.com/2025/71100.html" title="揭秘中南电力设计院有限公司,国企还是央企? 中南电力设计院是央企吗" data-bg="https://js.haoyidiansheji.com/uploads/2025/07/20250707055729187.png"> <!-- 音视频缩略图 --> </a> </div> <div class="entry-wrapper"> <div class="entry-cat-dot"><a href="https://www.haoyidiansheji.com/shejizixun">设计资讯</a></div> <h2 class="entry-title"> <a target="_blank" href="https://www.haoyidiansheji.com/2025/71100.html" title="揭秘中南电力设计院有限公司,国企还是央企? 中南电力设计院是央企吗">揭秘中南电力设计院有限公司,国企还是央企? 中南电力设计院是央企吗</a> </h2> <div class="entry-desc">摘要:中南电力设计院有限公司是一家央企,隶属于中国电力工程集团有限公司。该公司主...</div> <div class="entry-meta"> <span class="meta-date"><i class="far fa-clock me-1"></i><time class="pub-date" datetime="2025-07-15T23:58:20+08:00">4 周前</time></span> <span class="meta-likes d-none d-md-inline-block"><i class="far fa-heart me-1"></i>0</span> <span class="meta-fav d-none d-md-inline-block"><i class="far fa-star me-1"></i>0</span> <span class="meta-views"><i class="far fa-eye me-1"></i>0</span> </div> </div> </article> </div> <div class="col"> <article class="post-item item-grid"> <div class="tips-badge position-absolute top-0 start-0 z-1 m-2"> </div> <div class="entry-media ratio ratio-3x2"> <a target="_blank" class="media-img lazy bg-contain bg-center" href="https://www.haoyidiansheji.com/2025/41045.html" title="最新50028城镇燃气设计规范免费版解析与应用 gb50028 城镇燃气设计规范(2020年版)" data-bg="https://js.haoyidiansheji.com/uploads/2025/07/20250707055729187.png"> <!-- 音视频缩略图 --> </a> </div> <div class="entry-wrapper"> <div class="entry-cat-dot"><a href="https://www.haoyidiansheji.com/shejizixun">设计资讯</a></div> <h2 class="entry-title"> <a target="_blank" href="https://www.haoyidiansheji.com/2025/41045.html" title="最新50028城镇燃气设计规范免费版解析与应用 gb50028 城镇燃气设计规范(2020年版)">最新50028城镇燃气设计规范免费版解析与应用 gb50028 城镇燃气设计规范(2020年版)</a> </h2> <div class="entry-desc">摘要:最新版的GB50028-2020《城镇燃气设计规范》免费版已经发布,该规范...</div> <div class="entry-meta"> <span class="meta-date"><i class="far fa-clock me-1"></i><time class="pub-date" datetime="2025-07-11T20:37:14+08:00">1 月前</time></span> <span class="meta-likes d-none d-md-inline-block"><i class="far fa-heart me-1"></i>0</span> <span class="meta-fav d-none d-md-inline-block"><i class="far fa-star me-1"></i>0</span> <span class="meta-views"><i class="far fa-eye me-1"></i>0</span> </div> </div> </article> </div> <div class="col"> <article class="post-item item-grid"> <div class="tips-badge position-absolute top-0 start-0 z-1 m-2"> </div> <div class="entry-media ratio ratio-3x2"> <a target="_blank" class="media-img lazy bg-contain bg-center" href="https://www.haoyidiansheji.com/2025/72583.html" title="揭秘机械设计中的齿轮零件结构图 机械设计齿轮简图" data-bg="https://js.haoyidiansheji.com/uploads/2025/07/20250707055729187.png"> <!-- 音视频缩略图 --> </a> </div> <div class="entry-wrapper"> <div class="entry-cat-dot"><a href="https://www.haoyidiansheji.com/shejizixun">设计资讯</a></div> <h2 class="entry-title"> <a target="_blank" href="https://www.haoyidiansheji.com/2025/72583.html" title="揭秘机械设计中的齿轮零件结构图 机械设计齿轮简图">揭秘机械设计中的齿轮零件结构图 机械设计齿轮简图</a> </h2> <div class="entry-desc">摘要:本文将深入探讨机械设计中的齿轮零件结构图,通过简洁明了的齿轮简图,揭示齿轮...</div> <div class="entry-meta"> <span class="meta-date"><i class="far fa-clock me-1"></i><time class="pub-date" datetime="2025-07-16T04:42:24+08:00">4 周前</time></span> <span class="meta-likes d-none d-md-inline-block"><i class="far fa-heart me-1"></i>0</span> <span class="meta-fav d-none d-md-inline-block"><i class="far fa-star me-1"></i>0</span> <span class="meta-views"><i class="far fa-eye me-1"></i>0</span> </div> </div> </article> </div> </div> </div> <div id="comments" class="entry-comments"> <h2 class="comments-title"><i class="fas fa-comment-dots me-1"></i>评论(0)</h2> <div id="respond" class="comment-respond"> <h3 id="reply-title" class="comment-reply-title">提示:请文明发言 <small><a rel="nofollow" id="cancel-comment-reply-link" href="/2025/57058.html#respond" style="display:none;">取消回复</a></small></h3><div class="d-flex align-content-center justify-content-center"><a rel="nofollow noopener noreferrer" href="https://www.haoyidiansheji.com/login?redirect_to=https%3A%2F%2Fwww.haoyidiansheji.com%2F2025%2F57058.html" class="login-btn btn btn-sm btn-dark px-4 rounded-pill mb-5"><i class="far fa-user me-1"></i>登录后评论</a></div> </div><!-- #respond --> </div> </div> <div class="sidebar-wrapper col-md-12 col-lg-3 h-100" data-sticky> <div class="sidebar"> <div id="ri_sidebar_posts_widget-8" class="widget sidebar-posts-list"> <h5 class="widget-title">文章展示</h5> <div class="row g-3 row-cols-1"> <div class="col"> <article class="post-item item-list"> <div class="entry-media ratio ratio-3x2 col-auto"> <a target="_blank" class="media-img lazy" href="https://www.haoyidiansheji.com/2025/17978.html" title="中国工业设计专业院校的发展与展望 工业设计专业院校排名" data-bg="https://js.haoyidiansheji.com/uploads/2025/07/20250707055729187.png"></a> </div> <div class="entry-wrapper"> <div class="entry-body"> <h2 class="entry-title"> <a target="_blank" href="https://www.haoyidiansheji.com/2025/17978.html" title="中国工业设计专业院校的发展与展望 工业设计专业院校排名">中国工业设计专业院校的发展与展望 工业设计专业院校排名</a> </h2> </div> </div> </article> </div> <div class="col"> <article class="post-item item-list"> <div class="entry-media ratio ratio-3x2 col-auto"> <a target="_blank" class="media-img lazy" href="https://www.haoyidiansheji.com/2025/43161.html" title="别墅庭院设计说明详解,如何打造理想中的庭院空间? 别墅庭院设计说明如何写好" data-bg="https://js.haoyidiansheji.com/uploads/2025/07/20250707055729187.png"></a> </div> <div class="entry-wrapper"> <div class="entry-body"> <h2 class="entry-title"> <a target="_blank" href="https://www.haoyidiansheji.com/2025/43161.html" title="别墅庭院设计说明详解,如何打造理想中的庭院空间? 别墅庭院设计说明如何写好">别墅庭院设计说明详解,如何打造理想中的庭院空间? 别墅庭院设计说明如何写好</a> </h2> </div> </div> </article> </div> <div class="col"> <article class="post-item item-list"> <div class="entry-media ratio ratio-3x2 col-auto"> <a target="_blank" class="media-img lazy" href="https://www.haoyidiansheji.com/2025/26076.html" title="Lumion中的边线能否取消?一篇文章解答你的疑惑 lumion10怎么关闭边线" data-bg="https://js.haoyidiansheji.com/uploads/2025/07/20250707055729187.png"></a> </div> <div class="entry-wrapper"> <div class="entry-body"> <h2 class="entry-title"> <a target="_blank" href="https://www.haoyidiansheji.com/2025/26076.html" title="Lumion中的边线能否取消?一篇文章解答你的疑惑 lumion10怎么关闭边线">Lumion中的边线能否取消?一篇文章解答你的疑惑 lumion10怎么关闭边线</a> </h2> </div> </div> </article> </div> <div class="col"> <article class="post-item item-list"> <div class="entry-media ratio ratio-3x2 col-auto"> <a target="_blank" class="media-img lazy" href="https://www.haoyidiansheji.com/2025/37157.html" title="轻松下载Revit 2017,百度云来帮你! revit2020百度网盘下载" data-bg="https://js.haoyidiansheji.com/uploads/2025/07/20250707055729187.png"></a> </div> <div class="entry-wrapper"> <div class="entry-body"> <h2 class="entry-title"> <a target="_blank" href="https://www.haoyidiansheji.com/2025/37157.html" title="轻松下载Revit 2017,百度云来帮你! revit2020百度网盘下载">轻松下载Revit 2017,百度云来帮你! revit2020百度网盘下载</a> </h2> </div> </div> </article> </div> <div class="col"> <article class="post-item item-list"> <div class="entry-media ratio ratio-3x2 col-auto"> <a target="_blank" class="media-img lazy" href="https://www.haoyidiansheji.com/2025/29617.html" title="Blender常用的渲染器解析 blender渲染吃什么配置" data-bg="https://js.haoyidiansheji.com/uploads/2025/07/20250707055729187.png"></a> </div> <div class="entry-wrapper"> <div class="entry-body"> <h2 class="entry-title"> <a target="_blank" href="https://www.haoyidiansheji.com/2025/29617.html" title="Blender常用的渲染器解析 blender渲染吃什么配置">Blender常用的渲染器解析 blender渲染吃什么配置</a> </h2> </div> </div> </article> </div> <div class="col"> <article class="post-item item-list"> <div class="entry-media ratio ratio-3x2 col-auto"> <a target="_blank" class="media-img lazy" href="https://www.haoyidiansheji.com/2025/14959.html" title="Revit注册机的使用方法详解 revit注册机安装教程" data-bg="https://js.haoyidiansheji.com/uploads/2025/07/20250707055729187.png"></a> </div> <div class="entry-wrapper"> <div class="entry-body"> <h2 class="entry-title"> <a target="_blank" href="https://www.haoyidiansheji.com/2025/14959.html" title="Revit注册机的使用方法详解 revit注册机安装教程">Revit注册机的使用方法详解 revit注册机安装教程</a> </h2> </div> </div> </article> </div> <div class="col"> <article class="post-item item-list"> <div class="entry-media ratio ratio-3x2 col-auto"> <a target="_blank" class="media-img lazy" href="https://www.haoyidiansheji.com/2025/27956.html" title="Cinema 4D Lite,轻量级的三维动画软件新星 cinema 4d lite和cinema 4d 的区别" data-bg="https://js.haoyidiansheji.com/uploads/2025/07/20250707055729187.png"></a> </div> <div class="entry-wrapper"> <div class="entry-body"> <h2 class="entry-title"> <a target="_blank" href="https://www.haoyidiansheji.com/2025/27956.html" title="Cinema 4D Lite,轻量级的三维动画软件新星 cinema 4d lite和cinema 4d 的区别">Cinema 4D Lite,轻量级的三维动画软件新星 cinema 4d lite和cinema 4d 的区别</a> </h2> </div> </div> </article> </div> <div class="col"> <article class="post-item item-list"> <div class="entry-media ratio ratio-3x2 col-auto"> <a target="_blank" class="media-img lazy" href="https://www.haoyidiansheji.com/2025/126745.html" title="▍标题,零基础也能学会!CorelDRAW绘制金秋枫叶的保姆级教程 cdr怎么画树叶或者花瓣的纹路,零基础也能学会!CorelDRAW金秋枫叶绘制与叶脉纹路详解保姆级教程" data-bg="https://js.haoyidiansheji.com/uploads/2025/07/20250707055729187.png"></a> </div> <div class="entry-wrapper"> <div class="entry-body"> <h2 class="entry-title"> <a target="_blank" href="https://www.haoyidiansheji.com/2025/126745.html" title="▍标题,零基础也能学会!CorelDRAW绘制金秋枫叶的保姆级教程 cdr怎么画树叶或者花瓣的纹路,零基础也能学会!CorelDRAW金秋枫叶绘制与叶脉纹路详解保姆级教程">▍标题,零基础也能学会!CorelDRAW绘制金秋枫叶的保姆级教程 cdr怎么画树叶或者花瓣的纹路,零基础也能学会!CorelDRAW金秋枫叶绘制与叶脉纹路详解保姆级教程</a> </h2> </div> </div> </article> </div> <div class="col"> <article class="post-item item-list"> <div class="entry-media ratio ratio-3x2 col-auto"> <a target="_blank" class="media-img lazy" href="https://www.haoyidiansheji.com/2025/14709.html" title="GIMP,应用软件的新定义 gimp是什么软件" data-bg="https://js.haoyidiansheji.com/uploads/2025/07/20250707055729187.png"></a> </div> <div class="entry-wrapper"> <div class="entry-body"> <h2 class="entry-title"> <a target="_blank" href="https://www.haoyidiansheji.com/2025/14709.html" title="GIMP,应用软件的新定义 gimp是什么软件">GIMP,应用软件的新定义 gimp是什么软件</a> </h2> </div> </div> </article> </div> <div class="col"> <article class="post-item item-list"> <div class="entry-media ratio ratio-3x2 col-auto"> <a target="_blank" class="media-img lazy" href="https://www.haoyidiansheji.com/2025/52376.html" title="The Design of E-commerce Backend Interfaces: A Closer Look 电商平台后端架构" data-bg="https://js.haoyidiansheji.com/uploads/2025/07/20250707055729187.png"></a> </div> <div class="entry-wrapper"> <div class="entry-body"> <h2 class="entry-title"> <a target="_blank" href="https://www.haoyidiansheji.com/2025/52376.html" title="The Design of E-commerce Backend Interfaces: A Closer Look 电商平台后端架构">The Design of E-commerce Backend Interfaces: A Closer Look 电商平台后端架构</a> </h2> </div> </div> </article> </div> </div> </div><div id="ri_sidebar_posts_widget-9" class="widget sidebar-posts-list"> <h5 class="widget-title">文章展示</h5> <div class="row g-3 row-cols-1"> <div class="col"> <article class="post-item item-list"> <div class="entry-media ratio ratio-3x2 col-auto"> <a target="_blank" class="media-img lazy" href="https://www.haoyidiansheji.com/2025/123722.html" title="怎么降aigc查重率大小的方法" data-bg="https://js.haoyidiansheji.com/uploads/202506/25/4239a7c04258ef0e.jpg"></a> </div> <div class="entry-wrapper"> <div class="entry-body"> <h2 class="entry-title"> <a target="_blank" href="https://www.haoyidiansheji.com/2025/123722.html" title="怎么降aigc查重率大小的方法">怎么降aigc查重率大小的方法</a> </h2> </div> </div> </article> </div> <div class="col"> <article class="post-item item-list"> <div class="entry-media ratio ratio-3x2 col-auto"> <a target="_blank" class="media-img lazy" href="https://www.haoyidiansheji.com/2025/123191.html" title="查重aigc总体疑似度是什么意思" data-bg="https://js.haoyidiansheji.com/uploads/202506/25/808d5efa7622a77d.jpg"></a> </div> <div class="entry-wrapper"> <div class="entry-body"> <h2 class="entry-title"> <a target="_blank" href="https://www.haoyidiansheji.com/2025/123191.html" title="查重aigc总体疑似度是什么意思">查重aigc总体疑似度是什么意思</a> </h2> </div> </div> </article> </div> <div class="col"> <article class="post-item item-list"> <div class="entry-media ratio ratio-3x2 col-auto"> <a target="_blank" class="media-img lazy" href="https://www.haoyidiansheji.com/2025/122415.html" title="免费aigc降重工具免费版中文版" data-bg="https://js.haoyidiansheji.com/uploads/202506/25/6bf54512037d5ec0.jpg"></a> </div> <div class="entry-wrapper"> <div class="entry-body"> <h2 class="entry-title"> <a target="_blank" href="https://www.haoyidiansheji.com/2025/122415.html" title="免费aigc降重工具免费版中文版">免费aigc降重工具免费版中文版</a> </h2> </div> </div> </article> </div> <div class="col"> <article class="post-item item-list"> <div class="entry-media ratio ratio-3x2 col-auto"> <a target="_blank" class="media-img lazy" href="https://www.haoyidiansheji.com/2025/122792.html" title="免费AIGC检测网站" data-bg="https://js.haoyidiansheji.com/uploads/202506/25/d5853d11b94f3710.jpg"></a> </div> <div class="entry-wrapper"> <div class="entry-body"> <h2 class="entry-title"> <a target="_blank" href="https://www.haoyidiansheji.com/2025/122792.html" title="免费AIGC检测网站">免费AIGC检测网站</a> </h2> </div> </div> </article> </div> <div class="col"> <article class="post-item item-list"> <div class="entry-media ratio ratio-3x2 col-auto"> <a target="_blank" class="media-img lazy" href="https://www.haoyidiansheji.com/2025/123746.html" title="aigc图像生成" data-bg="https://js.haoyidiansheji.com/uploads/202506/25/4b5799fcd9436598.jpg"></a> </div> <div class="entry-wrapper"> <div class="entry-body"> <h2 class="entry-title"> <a target="_blank" href="https://www.haoyidiansheji.com/2025/123746.html" title="aigc图像生成">aigc图像生成</a> </h2> </div> </div> </article> </div> <div class="col"> <article class="post-item item-list"> <div class="entry-media ratio ratio-3x2 col-auto"> <a target="_blank" class="media-img lazy" href="https://www.haoyidiansheji.com/2025/123657.html" title="aigc概念股是什么意思的缩写是什么" data-bg="https://js.haoyidiansheji.com/uploads/202506/25/1610a6f54d46ab48.jpg"></a> </div> <div class="entry-wrapper"> <div class="entry-body"> <h2 class="entry-title"> <a target="_blank" href="https://www.haoyidiansheji.com/2025/123657.html" title="aigc概念股是什么意思的缩写是什么">aigc概念股是什么意思的缩写是什么</a> </h2> </div> </div> </article> </div> <div class="col"> <article class="post-item item-list"> <div class="entry-media ratio ratio-3x2 col-auto"> <a target="_blank" class="media-img lazy" href="https://www.haoyidiansheji.com/2025/124187.html" title="aigc报告是什么意思的缩写形式" data-bg="https://js.haoyidiansheji.com/uploads/202507/05/287073ced7d8a8f9.jpg"></a> </div> <div class="entry-wrapper"> <div class="entry-body"> <h2 class="entry-title"> <a target="_blank" href="https://www.haoyidiansheji.com/2025/124187.html" title="aigc报告是什么意思的缩写形式">aigc报告是什么意思的缩写形式</a> </h2> </div> </div> </article> </div> <div class="col"> <article class="post-item item-list"> <div class="entry-media ratio ratio-3x2 col-auto"> <a target="_blank" class="media-img lazy" href="https://www.haoyidiansheji.com/2025/123209.html" title="如何降低aigc总体疑似度" data-bg="https://js.haoyidiansheji.com/uploads/202506/25/50b037d1b9213f08.jpg"></a> </div> <div class="entry-wrapper"> <div class="entry-body"> <h2 class="entry-title"> <a target="_blank" href="https://www.haoyidiansheji.com/2025/123209.html" title="如何降低aigc总体疑似度">如何降低aigc总体疑似度</a> </h2> </div> </div> </article> </div> <div class="col"> <article class="post-item item-list"> <div class="entry-media ratio ratio-3x2 col-auto"> <a target="_blank" class="media-img lazy" href="https://www.haoyidiansheji.com/2025/123611.html" title="aigc检测率是什么意思啊的缩写形式" data-bg="https://js.haoyidiansheji.com/uploads/202506/25/fe09e86e729ce97b.jpg"></a> </div> <div class="entry-wrapper"> <div class="entry-body"> <h2 class="entry-title"> <a target="_blank" href="https://www.haoyidiansheji.com/2025/123611.html" title="aigc检测率是什么意思啊的缩写形式">aigc检测率是什么意思啊的缩写形式</a> </h2> </div> </div> </article> </div> <div class="col"> <article class="post-item item-list"> <div class="entry-media ratio ratio-3x2 col-auto"> <a target="_blank" class="media-img lazy" href="https://www.haoyidiansheji.com/2025/124140.html" title="上海aigc视频制作公司" data-bg="https://js.haoyidiansheji.com/uploads/202506/25/1a17768976390158.jpg"></a> </div> <div class="entry-wrapper"> <div class="entry-body"> <h2 class="entry-title"> <a target="_blank" href="https://www.haoyidiansheji.com/2025/124140.html" title="上海aigc视频制作公司">上海aigc视频制作公司</a> </h2> </div> </div> </article> </div> </div> </div><div id="tag_cloud-3" class="widget widget_tag_cloud"><h5 class="widget-title">猜你喜欢</h5><div class="tagcloud"><a href="https://www.haoyidiansheji.com/tag/capture-one" class="tag-cloud-link tag-link-148680 tag-link-position-1" style="font-size: 9.2043010752688pt;" aria-label="Capture One (156 项)">Capture One</a> <a href="https://www.haoyidiansheji.com/tag/capture-one%e8%bd%af%e4%bb%b6" class="tag-cloud-link tag-link-148609 tag-link-position-2" style="font-size: 10.258064516129pt;" aria-label="Capture One软件 (185 项)">Capture One软件</a> <a href="https://www.haoyidiansheji.com/tag/logo%e8%ae%be%e8%ae%a1" class="tag-cloud-link tag-link-122931 tag-link-position-3" style="font-size: 10.709677419355pt;" aria-label="LOGO设计 (197 项)">LOGO设计</a> <a href="https://www.haoyidiansheji.com/tag/ps%e5%88%b6%e4%bd%9c%e5%ae%9e%e4%be%8b" class="tag-cloud-link tag-link-124906 tag-link-position-4" style="font-size: 8.752688172043pt;" aria-label="ps制作实例 (148 项)">ps制作实例</a> <a href="https://www.haoyidiansheji.com/tag/ps%e5%90%88%e6%88%90%e6%95%99%e7%a8%8b" class="tag-cloud-link tag-link-124959 tag-link-position-5" style="font-size: 8.4516129032258pt;" aria-label="ps合成教程 (140 项)">ps合成教程</a> <a href="https://www.haoyidiansheji.com/tag/ps%e5%9f%ba%e7%a1%80%e6%95%99%e7%a8%8b" class="tag-cloud-link tag-link-120424 tag-link-position-6" style="font-size: 10.860215053763pt;" aria-label="PS基础教程 (201 项)">PS基础教程</a> <a href="https://www.haoyidiansheji.com/tag/ps%e6%96%87%e5%ad%97%e6%95%99%e7%a8%8b" class="tag-cloud-link tag-link-124889 tag-link-position-7" style="font-size: 9.6559139784946pt;" aria-label="ps文字教程 (167 项)">ps文字教程</a> <a href="https://www.haoyidiansheji.com/tag/ps%e7%85%a7%e7%89%87%e5%a4%84%e7%90%86" class="tag-cloud-link tag-link-124894 tag-link-position-8" style="font-size: 14.924731182796pt;" aria-label="ps照片处理 (375 项)">ps照片处理</a> <a href="https://www.haoyidiansheji.com/tag/ps%e8%b0%83%e8%89%b2%e6%95%99%e7%a8%8b" class="tag-cloud-link tag-link-119733 tag-link-position-9" style="font-size: 15.075268817204pt;" aria-label="PS调色教程 (389 项)">PS调色教程</a> <a href="https://www.haoyidiansheji.com/tag/ui%e8%ae%be%e8%ae%a1" class="tag-cloud-link tag-link-119807 tag-link-position-10" style="font-size: 14.021505376344pt;" aria-label="UI设计 (329 项)">UI设计</a> <a href="https://www.haoyidiansheji.com/tag/web%e5%89%8d%e7%ab%af%e8%ae%be%e8%ae%a1" class="tag-cloud-link tag-link-130160 tag-link-position-11" style="font-size: 10.10752688172pt;" aria-label="Web前端设计 (179 项)">Web前端设计</a> <a href="https://www.haoyidiansheji.com/tag/%e4%ba%a4%e4%ba%92%e8%ae%be%e8%ae%a1" class="tag-cloud-link tag-link-130027 tag-link-position-12" style="font-size: 12.666666666667pt;" aria-label="交互设计 (270 项)">交互设计</a> <a href="https://www.haoyidiansheji.com/tag/%e4%ba%a7%e5%93%81" class="tag-cloud-link tag-link-475 tag-link-position-13" style="font-size: 13.870967741935pt;" aria-label="产品 (325 项)">产品</a> <a href="https://www.haoyidiansheji.com/tag/%e4%bf%a1%e6%81%af" class="tag-cloud-link tag-link-5046 tag-link-position-14" style="font-size: 8.6021505376344pt;" aria-label="信息 (143 项)">信息</a> <a href="https://www.haoyidiansheji.com/tag/%e5%85%83%e7%b4%a0" class="tag-cloud-link tag-link-65715 tag-link-position-15" style="font-size: 12.064516129032pt;" aria-label="元素 (242 项)">元素</a> <a href="https://www.haoyidiansheji.com/tag/%e5%86%85%e5%ae%b9" class="tag-cloud-link tag-link-2307 tag-link-position-16" style="font-size: 11.612903225806pt;" aria-label="内容 (227 项)">内容</a> <a href="https://www.haoyidiansheji.com/tag/%e5%88%9b%e6%84%8f%e5%90%88%e6%88%90" class="tag-cloud-link tag-link-120666 tag-link-position-17" style="font-size: 13.41935483871pt;" aria-label="创意合成 (298 项)">创意合成</a> <a href="https://www.haoyidiansheji.com/tag/%e5%89%8d%e7%ab%af%e8%ae%be%e8%ae%a1" class="tag-cloud-link tag-link-130037 tag-link-position-18" style="font-size: 11.010752688172pt;" aria-label="前端设计 (207 项)">前端设计</a> <a href="https://www.haoyidiansheji.com/tag/%e5%90%8e%e6%9c%9f%e5%90%88%e6%88%90" class="tag-cloud-link tag-link-120718 tag-link-position-19" style="font-size: 8.752688172043pt;" aria-label="后期合成 (146 项)">后期合成</a> <a href="https://www.haoyidiansheji.com/tag/%e5%9b%be%e7%89%87" class="tag-cloud-link tag-link-6993 tag-link-position-20" style="font-size: 10.10752688172pt;" aria-label="图片 (181 项)">图片</a> <a href="https://www.haoyidiansheji.com/tag/%e5%9c%ba%e6%99%af%e5%90%88%e6%88%90" class="tag-cloud-link tag-link-120764 tag-link-position-21" style="font-size: 8pt;" aria-label="场景合成 (132 项)">场景合成</a> <a href="https://www.haoyidiansheji.com/tag/%e5%ad%97%e4%bd%93" class="tag-cloud-link tag-link-16385 tag-link-position-22" style="font-size: 15.075268817204pt;" aria-label="字体 (388 项)">字体</a> <a href="https://www.haoyidiansheji.com/tag/%e5%b7%a5%e4%b8%9a%e8%ae%be%e8%ae%a1" class="tag-cloud-link tag-link-130047 tag-link-position-23" style="font-size: 11.462365591398pt;" aria-label="工业设计 (222 项)">工业设计</a> <a href="https://www.haoyidiansheji.com/tag/%e5%b7%a5%e4%b8%9a%e8%ae%be%e8%ae%a1%e4%b8%93%e4%b8%9a" class="tag-cloud-link tag-link-130288 tag-link-position-24" style="font-size: 9.505376344086pt;" aria-label="工业设计专业 (166 项)">工业设计专业</a> <a href="https://www.haoyidiansheji.com/tag/%e5%bb%ba%e7%ad%91%e8%ae%be%e8%ae%a1%e9%98%b2%e7%81%ab%e8%a7%84%e8%8c%83" class="tag-cloud-link tag-link-161481 tag-link-position-25" style="font-size: 9.8064516129032pt;" aria-label="建筑设计防火规范 (174 项)">建筑设计防火规范</a> <a href="https://www.haoyidiansheji.com/tag/%e6%88%96%e8%80%85" class="tag-cloud-link tag-link-134466 tag-link-position-26" style="font-size: 11.913978494624pt;" aria-label="或者 (241 项)">或者</a> <a href="https://www.haoyidiansheji.com/tag/%e6%95%88%e6%9e%9c" class="tag-cloud-link tag-link-11901 tag-link-position-27" style="font-size: 10.860215053763pt;" aria-label="效果 (201 项)">效果</a> <a href="https://www.haoyidiansheji.com/tag/%e6%95%88%e6%9e%9c%e6%95%99%e7%a8%8b" class="tag-cloud-link tag-link-120650 tag-link-position-28" style="font-size: 11.763440860215pt;" aria-label="效果教程 (235 项)">效果教程</a> <a href="https://www.haoyidiansheji.com/tag/%e6%96%87%e5%ad%97" class="tag-cloud-link tag-link-14461 tag-link-position-29" style="font-size: 10.10752688172pt;" aria-label="文字 (181 项)">文字</a> <a href="https://www.haoyidiansheji.com/tag/%e6%a0%b9%e6%8d%ae%e6%8f%90%e4%be%9b%e7%9a%84%e5%86%85%e5%ae%b9" class="tag-cloud-link tag-link-134627 tag-link-position-30" style="font-size: 10.408602150538pt;" aria-label="根据提供的内容 (189 项)">根据提供的内容</a> <a href="https://www.haoyidiansheji.com/tag/%e6%b5%b7%e6%8a%a5%e5%88%b6%e4%bd%9c" class="tag-cloud-link tag-link-120819 tag-link-position-31" style="font-size: 9.3548387096774pt;" aria-label="海报制作 (163 项)">海报制作</a> <a href="https://www.haoyidiansheji.com/tag/%e6%b5%b7%e6%8a%a5%e8%ae%be%e8%ae%a1" class="tag-cloud-link tag-link-120146 tag-link-position-32" style="font-size: 11.612903225806pt;" aria-label="海报设计 (229 项)">海报设计</a> <a href="https://www.haoyidiansheji.com/tag/%e7%81%ab%e7%84%b0%e6%95%88%e6%9e%9c" class="tag-cloud-link tag-link-120657 tag-link-position-33" style="font-size: 8.4516129032258pt;" aria-label="火焰效果 (139 项)">火焰效果</a> <a href="https://www.haoyidiansheji.com/tag/%e7%94%a8%e6%88%b7" class="tag-cloud-link tag-link-71413 tag-link-position-34" style="font-size: 22pt;" aria-label="用户 (1,128 项)">用户</a> <a href="https://www.haoyidiansheji.com/tag/%e7%95%8c%e9%9d%a2" class="tag-cloud-link tag-link-83005 tag-link-position-35" style="font-size: 8.752688172043pt;" aria-label="界面 (147 项)">界面</a> <a href="https://www.haoyidiansheji.com/tag/%e7%bd%91%e7%ab%99" class="tag-cloud-link tag-link-2033 tag-link-position-36" style="font-size: 14.322580645161pt;" aria-label="网站 (346 项)">网站</a> <a href="https://www.haoyidiansheji.com/tag/%e7%bd%91%e9%a1%b5%e8%ae%be%e8%ae%a1" class="tag-cloud-link tag-link-117896 tag-link-position-37" style="font-size: 10.559139784946pt;" aria-label="网页设计 (196 项)">网页设计</a> <a href="https://www.haoyidiansheji.com/tag/%e8%87%aa%e5%b7%b1%e7%9a%84" class="tag-cloud-link tag-link-1539 tag-link-position-38" style="font-size: 11.161290322581pt;" aria-label="自己的 (214 项)">自己的</a> <a href="https://www.haoyidiansheji.com/tag/%e8%89%b2%e5%bd%a9" class="tag-cloud-link tag-link-116662 tag-link-position-39" style="font-size: 9.9569892473118pt;" aria-label="色彩 (176 项)">色彩</a> <a href="https://www.haoyidiansheji.com/tag/%e8%a7%86%e8%a7%89" class="tag-cloud-link tag-link-116876 tag-link-position-40" style="font-size: 10.860215053763pt;" aria-label="视觉 (205 项)">视觉</a> <a href="https://www.haoyidiansheji.com/tag/%e8%a7%86%e9%a2%91%e6%95%99%e7%a8%8b" class="tag-cloud-link tag-link-115797 tag-link-position-41" style="font-size: 9.0537634408602pt;" aria-label="视频教程 (154 项)">视频教程</a> <a href="https://www.haoyidiansheji.com/tag/%e8%ae%be%e8%ae%a1%e5%b8%88" class="tag-cloud-link tag-link-125408 tag-link-position-42" style="font-size: 16.430107526882pt;" aria-label="设计师 (474 项)">设计师</a> <a href="https://www.haoyidiansheji.com/tag/%e8%ae%be%e8%ae%a1%e6%a6%82%e8%ae%ba" class="tag-cloud-link tag-link-130180 tag-link-position-43" style="font-size: 10.10752688172pt;" aria-label="设计概论 (181 项)">设计概论</a> <a href="https://www.haoyidiansheji.com/tag/%e8%af%a6%e8%a7%a3" class="tag-cloud-link tag-link-328 tag-link-position-44" style="font-size: 8.4516129032258pt;" aria-label="详解 (141 项)">详解</a> <a href="https://www.haoyidiansheji.com/tag/%e9%a1%b5%e9%9d%a2" class="tag-cloud-link tag-link-18647 tag-link-position-45" style="font-size: 13.870967741935pt;" aria-label="页面 (319 项)">页面</a></div> </div> </div> </div> </div> </div> </main> <!-- **************** MAIN CONTENT END **************** --> <!-- ======================= Footer START --> <footer class="site-footer py-md-4 py-2 mt-2 mt-md-4"> <div class="container"> <div class="row d-none d-lg-flex mb-3"> <div class="col-md-4"> <div class="logo-wrapper"> </div> <div class="logo-wrapper"> <a rel="nofollow noopener noreferrer" href="https://www.haoyidiansheji.com/"><img class="logo regular" data-light="https://js.haoyidiansheji.com/uploads/2025/06/20250615042440645.png" data-dark="https://js.haoyidiansheji.com/uploads/2025/06/20250615042440645.png" src="https://js.haoyidiansheji.com/uploads/2025/06/20250615042440645.png" alt="好一点设计"></a></div> <p class="small mb-0">设计就要好一点!</p> </div> <div class="col-md-2"> <h4 class="widget-title">快速导航</h4> <ul class="list-unstyled widget-links"> <li><a href="https://www.haoyidiansheji.com/tags">标签云</a></li><li><a href="https://www.haoyidiansheji.com/user">个人中心</a></li><li><a href="https://www.haoyidiansheji.com/links">网址导航</a></li> </ul> </div> <div class="col-md-2"> <h4 class="widget-title">关于本站</h4> <ul class="list-unstyled widget-links"> <li><a href="https://www.haoyidiansheji.com/vip-prices">VIP介绍</a></li><li><a href="https://www.haoyidiansheji.com/user/aff">推广计划</a></li><li><a href="https://www.haoyidiansheji.com/user/ticket">客服咨询</a></li> </ul> </div> <div class="col-md-4"> <h4 class="widget-title">联系我们</h4> <div class=""><img width="80" height="80" src="https://www.haoyidiansheji.com/wp-content/themes/ripro-v5/assets/img/ritheme-qr.png" style="float: left;" title="二维码"> <img width="80" height="80" src="https://www.haoyidiansheji.com/wp-content/themes/ripro-v5/assets/img/ritheme-qr.png" style="float: left;" title="二维码"> 如有BUG或建议可与我们在线联系或登录本站账号进入个人中心提交工单。</div> </div> </div> <div class="text-center small w-100"> <div>Copyright © 2025<a target="_blank" href="https://www.haoyidiansheji.com/">好一点设计</a> - All rights reserved</div> <div class=""><a href="https://beian.miit.gov.cn" target="_blank" rel="noreferrer nofollow">豫ICP备2025124602号-1</a> <a href="https://www.haoyidiansheji.com/wp-sitemap.xml" target="_blank">站点地图</a> <a href="https://www.haoyidiansheji.com/tags/">TAGS</a></div> </div> </div> </footer> <!-- ======================= Footer END --> <!-- Back to top rollbar--> <div class="back-top"><i class="fas fa-caret-up"></i></div> <!-- m-navbar --> <div class="m-navbar"> <ul> <li><a target="" href="https://www.haoyidiansheji.com" rel="nofollow noopener noreferrer"><i class="fas fa-home"></i><span>首页</span></a></li><li><a target="" href="https://www.haoyidiansheji.com/tags" rel="nofollow noopener noreferrer"><i class="fas fa-layer-group"></i><span>分类</span></a></li><li><a target="" href="https://www.haoyidiansheji.com/user" rel="nofollow noopener noreferrer"><i class="fas fa-user"></i><span>我的</span></a></li> </ul> </div> <!-- dimmer--> <div class="dimmer"></div> <div class="off-canvas"> <div class="canvas-close"><i class="fas fa-times"></i></div> <!-- logo --> <div class="logo-wrapper"> <a rel="nofollow noopener noreferrer" href="https://www.haoyidiansheji.com/"><img class="logo regular" data-light="https://js.haoyidiansheji.com/uploads/2025/06/20250615042440645.png" data-dark="https://js.haoyidiansheji.com/uploads/2025/06/20250615042440645.png" src="https://js.haoyidiansheji.com/uploads/2025/06/20250615042440645.png" alt="好一点设计"></a></div> <div class="mobile-menu d-block d-lg-none"></div> </div> <script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/ripro-v5\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <div style="background-color: #f5f5f5; width: 100%; padding: 15px 0; margin: 20px 0;"> <div style="max-width: 1200px; margin: 0 auto;"> <ul style="list-style: none; padding: 0; text-align: center; display: flex; flex-wrap: wrap; justify-content: center; gap: 0;"> <li style="padding: 8px 15px; border-right: 1px solid #ddd;"><span style="font-weight: bold;">全站友链</span></li> <li style="padding: 8px 15px; border-right: 1px solid #ddd;"> <a href="https://www.360riji.com/ " target="_blank" style="text-decoration: none; color: #333;">生活小妙招</a> </li> <li style="padding: 8px 15px; border-right: 1px solid #ddd;"> <a href="https://tool.360riji.com/ " target="_blank" style="text-decoration: none; color: #333;">360在线工具网</a> </li> </ul> </div> </div><script src="https://www.haoyidiansheji.com/wp-content/themes/ripro-v5/assets/js/highlight.min.js?ver=11.7.0" id="highlight-js"></script> <script src="https://www.haoyidiansheji.com/wp-content/themes/ripro-v5/assets/js/vendor.min.js?ver=8.3" id="vendor-js"></script> <script id="main-js-extra"> var zb = {"home_url":"https:\/\/www.haoyidiansheji.com","ajax_url":"https:\/\/www.haoyidiansheji.com\/wp-admin\/admin-ajax.php","theme_url":"https:\/\/www.haoyidiansheji.com\/wp-content\/themes\/ripro-v5","singular_id":"57058","post_content_nav":"1","site_popup_login":"1","site_notify_auto":"0","current_user_id":"0","ajax_nonce":"b8e11c5a84","gettext":{"__copypwd":"\u5bc6\u7801\u5df2\u590d\u5236\u526a\u8d34\u677f","__copybtn":"\u590d\u5236","__copy_succes":"\u590d\u5236\u6210\u529f","__comment_be":"\u63d0\u4ea4\u4e2d...","__comment_succes":"\u8bc4\u8bba\u6210\u529f","__comment_succes_n":"\u8bc4\u8bba\u6210\u529f\uff0c\u5373\u5c06\u5237\u65b0\u9875\u9762","__buy_be_n":"\u8bf7\u6c42\u652f\u4ed8\u4e2d\u00b7\u00b7\u00b7","__buy_no_n":"\u652f\u4ed8\u5df2\u53d6\u6d88","__is_delete_n":"\u786e\u5b9a\u5220\u9664\u6b64\u8bb0\u5f55\uff1f"}}; </script> <script src="https://www.haoyidiansheji.com/wp-content/themes/ripro-v5/assets/js/main.min.js?ver=8.3" id="main-js"></script> <script src="https://www.haoyidiansheji.com/wp-includes/js/comment-reply.min.js?ver=6.8.2" id="comment-reply-js" async data-wp-strategy="async"></script> <!-- 自定义js代码 统计代码 --> <!-- 自定义js代码 统计代码 END --> </body> </html><!-- WP Fastest Cache file was created in 2.933 seconds, on 2025年8月13日 @ 17:01 --><!-- via php -->