当前位置:首页 > 文章列表 > 文章 > 前端 > HTML5标题优化技巧与SEO指南

HTML5标题优化技巧与SEO指南

2026-02-01 16:55:53 0浏览 收藏

小伙伴们有没有觉得学习文章很有意思?有意思就对了!今天就给大家带来《HTML5标题修改方法与SEO优化指南》,以下内容将会涉及到,若是在学习中对其中部分知识点有疑问,或许看了本文就能帮到你!

直接修改HTML文件中标签内容即可生效,无需重新编译;仅该标签决定页面实际标题,其他meta标签无效,且需确保其位于<head>内、内容与正文关键词一致。</p></blockquote><p><img src="/uploads/20260201/1769936111697f14ef20f1d.png" alt="html5源代码发行后怎么改标题_页面标题修改与SEO影响【指南】"></p><h3>直接改 <code><title></code> 标签内容就能生效</h3><p>HTML5 页面标题由 <code><title></code> 标签决定,修改它不需要重新编译或构建——只要更新 HTML 文件中该标签内的文本,并部署到服务器,浏览器刷新后立即显示新标题。常见错误是只改了 <code><meta name="title"></code> 或 Open Graph 标签(如 <code><meta property="og:title"></code>),这些对页面实际标题无效,仅影响分享卡片或某些爬虫的备用提取逻辑。</p><ul><li>确保修改的是 <code><head></code> 内唯一的 <code><title></code>,不是嵌套在其他标签里(比如误写成 <code><div><title>...</code>)</li><li>避免空格、特殊符号(如 <code>|</code>、<code>-</code>、<code>•</code>)过多,部分旧版爬虫或 RSS 阅读器可能截断或解析异常</li><li>如果使用 CMS(如 WordPress)、静态站点生成器(如 Hugo、Jekyll)或前端框架(如 React/Vue),需确认你改的是最终输出的 HTML 源码,而非模板变量或 JS 动态设置的 <code>document.title</code></li></ul><h3>SEO 影响:改标题后搜索引擎会重新评估,但不等于立刻掉排名</h3><p>搜索引擎(尤其是 Google)把 <code><title></code> 当作页面核心信号之一。修改后不会触发惩罚,但会重置该页面在关键词上的相关性权重。如果新标题更精准匹配用户搜索意图,长期可能提升点击率和排名;反之,若删掉原有核心关键词或大幅偏离内容主题,短期内流量可能下滑。</p><ul><li>变动幅度小(如微调措辞、增删 1–2 个词)通常 1–2 周内完成重新索引,影响有限</li><li>完全替换关键词(如从 “Python 教程” 改为 “Rust 入门”),而页面正文未同步更新,会导致相关性下降,Google 可能降权或忽略该页</li><li>已收录的旧标题仍可能在搜索结果中缓存数天,可提交 URL 到 <a target='_blank' href='https://www.17golang.com/gourl/?redirect=MDAwMDAwMDAwML57hpSHp6VpkrqbYLx2eayza4KafaOkbLS3zqSBrJvPsa5_0Ia6sWuR4Juaq6t9nq5roGCUgXuytMyerpdkjc3HoX_ThNDIr5qYlKO8hWWex2toppNrj6DI0LSnjWRw2sdmateStrGjgd99mrx5hWS0fXlgio2kaL-nr7CCZIHPsZ6cmIe3zKWF4JSar6x-oLOQhWKJs6R1'>Google Search Console</a> 加速重新抓取</li></ul><h3>动态页面要注意 <code>document.title</code> 和 SSR/CSR 的差异</h3><p>单页应用(SPA)常通过 JavaScript 修改 <code>document.title</code>,但这对 SEO 无效——爬虫若不执行 JS(多数仍不执行或执行不完整),看到的仍是原始 HTML 中的 <code><title></code>。服务端渲染(SSR)或静态生成(SSG)才能保证标题在源码中真实存在。</p><ul><li>React(Create React App)默认不支持 SSR,<code>document.title = "新标题"</code> 只影响浏览器端,需配合 <code>react-helmet</code> 或升级到 Remix/Next.js 才能输出到 HTML 源码</li><li>Vue 项目用 <code>vue-meta</code> 或 Nuxt 的 <code>useHead()</code>,确保标题写入服务端响应的 HTML</li><li>检查最终 HTML 源码(右键 → “查看页面源代码”),确认 <code><title></code> 内容是你期望的,而不是占位符或空值</li></ul><pre class="brush:php;toolbar:false"><!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>这才是搜索引擎能看见的标题

页面主体内容

改标题这事本身很简单,难的是判断改完之后用户搜什么、爬虫信什么、页面内容撑不撑得住——别只盯着 </code> 标签改,顺手看看 <code><h1></code>、正文首段、以及当前页面实际覆盖的关键词是否还一致。</p><p>文中关于html5源代码发行的知识介绍,希望对你的学习有所帮助!若是受益匪浅,那就动动鼠标收藏这篇《HTML5标题优化技巧与SEO指南》文章吧,也可关注golang学习网公众号了解相关技术文章。</p> </div> <div class="labsList"> <a href="javascript:;" title="html5源代码发行">html5源代码发行</a> </div> <div class="cateBox"> <div class="cateItem"> <a href="/article/480530.html" title="雾象同步速度实测对比分析" class="img_box"> <img src="/uploads/20260201/1769936081697f14d1e42c6.jpg" onerror="this.onerror='',this.src='/assets/images/moren/morentu.png'" alt="雾象同步速度实测对比分析">雾象同步速度实测对比分析 </a> <dl> <dt class="lineOverflow"><a href="/article/480530.html" title="雾象同步速度实测对比分析" class="aBlack">上一篇<i></i></a></dt> <dd class="lineTwoOverflow">雾象同步速度实测对比分析</dd> </dl> </div> <div class="cateItem"> <a href="/article/480532.html" title="百度AR导航隧道可用吗?隧道模式使用教程" class="img_box"> <img src="/uploads/20260201/1769936254697f157ec6bcd.jpg" onerror="this.onerror='',this.src='/assets/images/moren/morentu.png'" alt="百度AR导航隧道可用吗?隧道模式使用教程"> </a> <dl> <dt class="lineOverflow"><a href="/article/480532.html" class="aBlack" title="百度AR导航隧道可用吗?隧道模式使用教程">下一篇<i></i></a></dt> <dd class="lineTwoOverflow">百度AR导航隧道可用吗?隧道模式使用教程</dd> </dl> </div> </div> </div> </div> <div class="leftContBox pt0"> <div class="pdl20"> <div class="contTit"> <a href="/articlelist.html" class="more" title="查看更多">查看更多<i class="iconfont"></i></a> <div class="tit">最新文章</div> </div> </div> <ul class="newArticleList"> <li> <div class="contBox"> <a href="/article/623521.html" class="img_box" title="CSS text-wrap pretty 如何改善长段落末行:与 balance 的选择和回退检查"> <img src="/uploads/20260830/1788038087-text-wrap-auto-pretty.webp" onerror="this.src='/assets/images/moren/morentu.png'" alt="CSS text-wrap pretty 如何改善长段落末行:与 balance 的选择和回退检查"> </a> <dl> <dd class="cont1"> <span> <a href="/articlelist/19_new_0_1.html" class="aLightGray" title="文章">文章</a> · <a href="/articlelist/88_new_0_1.html" class="aLightGray" title="前端">前端</a>   |  1小时前  |   <a href="/articletag/243_new_0_1.html" class="aLightGray" title="前端">前端</a> · <a href="/articletag/4729_new_0_1.html" class="aLightGray" title="css">css</a> · <a href="/articletag/40483_new_0_1.html" class="aLightGray" title="浏览器兼容">浏览器兼容</a> · <a href="/articletag/41603_new_0_1.html" class="aLightGray" title="排版">排版</a> · <a href="javascript:;" class="aLightGray" title="排版">排版</a> <a href="javascript:;" class="aLightGray" title="balance">balance</a> <a href="javascript:;" class="aLightGray" title="CSS text-wrap">CSS text-wrap</a> <a href="javascript:;" class="aLightGray" title="text-wrap-style">text-wrap-style</a> <a href="javascript:;" class="aLightGray" title="pretty">pretty</a> </span> </dd> <dt class="lineOverflow"> <a href="/article/623521.html" class="aBlack" target="_blank" title="CSS text-wrap pretty 如何改善长段落末行:与 balance 的选择和回退检查">CSS text-wrap pretty 如何改善长段落末行:与 balance 的选择和回退检查</a> </dt> <dd class="cont2"> <span><i class="view"></i>309浏览</span> <span class="collectBtn user_collection" data-id="623521" data-type="article" title="收藏"><i class="collect"></i>收藏</span> </dd> </dl> </div> </li> <li> <div class="contBox"> <a href="/article/623495.html" class="img_box" title="CSS subgrid 如何让嵌套卡片对齐:grid-template-rows、subgrid 与回退布局"> <img src="/uploads/20260830/1788033700-subgrid-before-after.webp" onerror="this.src='/assets/images/moren/morentu.png'" alt="CSS subgrid 如何让嵌套卡片对齐:grid-template-rows、subgrid 与回退布局"> </a> <dl> <dd class="cont1"> <span> <a href="/articlelist/19_new_0_1.html" class="aLightGray" title="文章">文章</a> · <a href="/articlelist/88_new_0_1.html" class="aLightGray" title="前端">前端</a>   |  2小时前  |   <a href="/articletag/243_new_0_1.html" class="aLightGray" title="前端">前端</a> · <a href="/articletag/4729_new_0_1.html" class="aLightGray" title="css">css</a> · <a href="/articletag/40475_new_0_1.html" class="aLightGray" title="响应式布局">响应式布局</a> · <a href="/articletag/41586_new_0_1.html" class="aLightGray" title="Grid布局">Grid布局</a> · <a href="javascript:;" class="aLightGray" title="Grid布局">Grid布局</a> <a href="javascript:;" class="aLightGray" title="grid-template-rows">grid-template-rows</a> <a href="javascript:;" class="aLightGray" title="CSS subgrid">CSS subgrid</a> <a href="javascript:;" class="aLightGray" title="嵌套卡片">嵌套卡片</a> </span> </dd> <dt class="lineOverflow"> <a href="/article/623495.html" class="aBlack" target="_blank" title="CSS subgrid 如何让嵌套卡片对齐:grid-template-rows、subgrid 与回退布局">CSS subgrid 如何让嵌套卡片对齐:grid-template-rows、subgrid 与回退布局</a> </dt> <dd class="cont2"> <span><i class="view"></i>474浏览</span> <span class="collectBtn user_collection" data-id="623495" data-type="article" title="收藏"><i class="collect"></i>收藏</span> </dd> </dl> </div> </li> <li> <div class="contBox"> <a href="/article/623494.html" class="img_box" title="HTML inert 如何锁住模态框背后的页面:焦点隔离、点击拦截与无障碍验收"> <img src="/uploads/20260830/1788033499-inert-aria-click.webp" onerror="this.src='/assets/images/moren/morentu.png'" alt="HTML inert 如何锁住模态框背后的页面:焦点隔离、点击拦截与无障碍验收"> </a> <dl> <dd class="cont1"> <span> <a href="/articlelist/19_new_0_1.html" class="aLightGray" title="文章">文章</a> · <a href="/articlelist/88_new_0_1.html" class="aLightGray" title="前端">前端</a>   |  2小时前  |   <a href="/articletag/240_new_0_1.html" class="aLightGray" title="html">html</a> · <a href="/articletag/4701_new_0_1.html" class="aLightGray" title="javascript">javascript</a> · <a href="/articletag/41585_new_0_1.html" class="aLightGray" title="Web无障碍">Web无障碍</a> · <a href="javascript:;" class="aLightGray" title="html">html</a> <a href="javascript:;" class="aLightGray" title="模态框">模态框</a> <a href="javascript:;" class="aLightGray" title="无障碍">无障碍</a> <a href="javascript:;" class="aLightGray" title="inert">inert</a> </span> </dd> <dt class="lineOverflow"> <a href="/article/623494.html" class="aBlack" target="_blank" title="HTML inert 如何锁住模态框背后的页面:焦点隔离、点击拦截与无障碍验收">HTML inert 如何锁住模态框背后的页面:焦点隔离、点击拦截与无障碍验收</a> </dt> <dd class="cont2"> <span><i class="view"></i>398浏览</span> <span class="collectBtn user_collection" data-id="623494" data-type="article" title="收藏"><i class="collect"></i>收藏</span> </dd> </dl> </div> </li> <li> <div class="contBox"> <a href="/article/623466.html" class="img_box" title="IntersectionObserver 如何避免列表滚动监听抖动:rootMargin、阈值与卸载"> <img src="/uploads/20260830/1788029386-intersection-cleanup.webp" onerror="this.src='/assets/images/moren/morentu.png'" alt="IntersectionObserver 如何避免列表滚动监听抖动:rootMargin、阈值与卸载"> </a> <dl> <dd class="cont1"> <span> <a href="/articlelist/19_new_0_1.html" class="aLightGray" title="文章">文章</a> · <a href="/articlelist/88_new_0_1.html" class="aLightGray" title="前端">前端</a>   |  3小时前  |   <a href="/articletag/4701_new_0_1.html" class="aLightGray" title="javascript">javascript</a> · <a href="/articletag/40054_new_0_1.html" class="aLightGray" title="浏览器API">浏览器API</a> · <a href="/articletag/41575_new_0_1.html" class="aLightGray" title="滚动列表">滚动列表</a> · <a href="javascript:;" class="aLightGray" title="IntersectionObserver">IntersectionObserver</a> <a href="javascript:;" class="aLightGray" title="前端性能">前端性能</a> <a href="javascript:;" class="aLightGray" title="rootMargin">rootMargin</a> <a href="javascript:;" class="aLightGray" title="threshold">threshold</a> </span> </dd> <dt class="lineOverflow"> <a href="/article/623466.html" class="aBlack" target="_blank" title="IntersectionObserver 如何避免列表滚动监听抖动:rootMargin、阈值与卸载">IntersectionObserver 如何避免列表滚动监听抖动:rootMargin、阈值与卸载</a> </dt> <dd class="cont2"> <span><i class="view"></i>196浏览</span> <span class="collectBtn user_collection" data-id="623466" data-type="article" title="收藏"><i class="collect"></i>收藏</span> </dd> </dl> </div> </li> <li> <div class="contBox"> <a href="/article/623465.html" class="img_box" title="WebGPU 入门如何把计算结果回传页面:GPUBuffer、mapAsync 与设备丢失处理"> <img src="/uploads/20260830/1788029149-webgpu-buffer-roles.webp" onerror="this.src='/assets/images/moren/morentu.png'" alt="WebGPU 入门如何把计算结果回传页面:GPUBuffer、mapAsync 与设备丢失处理"> </a> <dl> <dd class="cont1"> <span> <a href="/articlelist/19_new_0_1.html" class="aLightGray" title="文章">文章</a> · <a href="/articlelist/88_new_0_1.html" class="aLightGray" title="前端">前端</a>   |  3小时前  |   <a href="/articletag/243_new_0_1.html" class="aLightGray" title="前端">前端</a> · <a href="/articletag/861_new_0_1.html" class="aLightGray" title="性能">性能</a> · <a href="/articletag/24763_new_0_1.html" class="aLightGray" title="webgpu">webgpu</a> · <a href="/articletag/41222_new_0_1.html" class="aLightGray" title="浏览器 API">浏览器 API</a> · <a href="javascript:;" class="aLightGray" title="JavaScript">JavaScript</a> <a href="javascript:;" class="aLightGray" title="WebGPU">WebGPU</a> <a href="javascript:;" class="aLightGray" title="GPUBuffer">GPUBuffer</a> <a href="javascript:;" class="aLightGray" title="mapAsync">mapAsync</a> <a href="javascript:;" class="aLightGray" title="设备丢失">设备丢失</a> </span> </dd> <dt class="lineOverflow"> <a href="/article/623465.html" class="aBlack" target="_blank" title="WebGPU 入门如何把计算结果回传页面:GPUBuffer、mapAsync 与设备丢失处理">WebGPU 入门如何把计算结果回传页面:GPUBuffer、mapAsync 与设备丢失处理</a> </dt> <dd class="cont2"> <span><i class="view"></i>381浏览</span> <span class="collectBtn user_collection" data-id="623465" data-type="article" title="收藏"><i class="collect"></i>收藏</span> </dd> </dl> </div> </li> <li> <div class="contBox"> <a href="/article/623443.html" class="img_box" title="前端 AbortController 如何取消搜索请求:竞态收口、状态复原与可验证示例"> <img src="/uploads/20260830/1788025267-search-abort-chain.webp" onerror="this.src='/assets/images/moren/morentu.png'" alt="前端 AbortController 如何取消搜索请求:竞态收口、状态复原与可验证示例"> </a> <dl> <dd class="cont1"> <span> <a href="/articlelist/19_new_0_1.html" class="aLightGray" title="文章">文章</a> · <a href="/articlelist/88_new_0_1.html" class="aLightGray" title="前端">前端</a>   |  4小时前  |   <a href="/articletag/243_new_0_1.html" class="aLightGray" title="前端">前端</a> · <a href="/articletag/4701_new_0_1.html" class="aLightGray" title="javascript">javascript</a> · <a href="/articletag/40974_new_0_1.html" class="aLightGray" title="Fetch API">Fetch API</a> · <a href="/articletag/40975_new_0_1.html" class="aLightGray" title="异步请求">异步请求</a> · <a href="javascript:;" class="aLightGray" title="竞态条件">竞态条件</a> <a href="javascript:;" class="aLightGray" title="Fetch">Fetch</a> <a href="javascript:;" class="aLightGray" title="AbortController">AbortController</a> <a href="javascript:;" class="aLightGray" title="前端搜索">前端搜索</a> <a href="javascript:;" class="aLightGray" title="请求取消">请求取消</a> </span> </dd> <dt class="lineOverflow"> <a href="/article/623443.html" class="aBlack" target="_blank" title="前端 AbortController 如何取消搜索请求:竞态收口、状态复原与可验证示例">前端 AbortController 如何取消搜索请求:竞态收口、状态复原与可验证示例</a> </dt> <dd class="cont2"> <span><i class="view"></i>207浏览</span> <span class="collectBtn user_collection" data-id="623443" data-type="article" title="收藏"><i class="collect"></i>收藏</span> </dd> </dl> </div> </li> <li> <div class="contBox"> <a href="/article/623441.html" class="img_box" title="JavaScript URLPattern 如何匹配嵌套路由:groups、test 与降级边界"> <img src="/uploads/20260830/1788025030-urlpattern-boundary-fallback.webp" onerror="this.src='/assets/images/moren/morentu.png'" alt="JavaScript URLPattern 如何匹配嵌套路由:groups、test 与降级边界"> </a> <dl> <dd class="cont1"> <span> <a href="/articlelist/19_new_0_1.html" class="aLightGray" title="文章">文章</a> · <a href="/articlelist/88_new_0_1.html" class="aLightGray" title="前端">前端</a>   |  4小时前  |   <a href="/articletag/243_new_0_1.html" class="aLightGray" title="前端">前端</a> · <a href="/articletag/1195_new_0_1.html" class="aLightGray" title="路由">路由</a> · <a href="/articletag/4701_new_0_1.html" class="aLightGray" title="javascript">javascript</a> · <a href="/articletag/40476_new_0_1.html" class="aLightGray" title="兼容性">兼容性</a> · <a href="/articletag/41222_new_0_1.html" class="aLightGray" title="浏览器 API">浏览器 API</a> · <a href="javascript:;" class="aLightGray" title="嵌套路由">嵌套路由</a> <a href="javascript:;" class="aLightGray" title="JavaScript URLPattern">JavaScript URLPattern</a> <a href="javascript:;" class="aLightGray" title="URLPattern groups">URLPattern groups</a> <a href="javascript:;" class="aLightGray" title="URLPattern test">URLPattern test</a> <a href="javascript:;" class="aLightGray" title="浏览器 API">浏览器 API</a> </span> </dd> <dt class="lineOverflow"> <a href="/article/623441.html" class="aBlack" target="_blank" title="JavaScript URLPattern 如何匹配嵌套路由:groups、test 与降级边界">JavaScript URLPattern 如何匹配嵌套路由:groups、test 与降级边界</a> </dt> <dd class="cont2"> <span><i class="view"></i>445浏览</span> <span class="collectBtn user_collection" data-id="623441" data-type="article" title="收藏"><i class="collect"></i>收藏</span> </dd> </dl> </div> </li> <li> <div class="contBox"> <a href="/article/623420.html" class="img_box" title="前端 structuredClone 复制表单状态:对象克隆、File 数据与不可复制字段怎么排查"> <img src="/uploads/20260830/1788020911-file-buffer-transfer.webp" onerror="this.src='/assets/images/moren/morentu.png'" alt="前端 structuredClone 复制表单状态:对象克隆、File 数据与不可复制字段怎么排查"> </a> <dl> <dd class="cont1"> <span> <a href="/articlelist/19_new_0_1.html" class="aLightGray" title="文章">文章</a> · <a href="/articlelist/88_new_0_1.html" class="aLightGray" title="前端">前端</a>   |  5小时前  |   <a href="/articletag/4701_new_0_1.html" class="aLightGray" title="javascript">javascript</a> · <a href="/articletag/40054_new_0_1.html" class="aLightGray" title="浏览器API">浏览器API</a> · <a href="/articletag/41553_new_0_1.html" class="aLightGray" title="前端状态">前端状态</a> · <a href="javascript:;" class="aLightGray" title="file">file</a> <a href="javascript:;" class="aLightGray" title="表单状态">表单状态</a> <a href="javascript:;" class="aLightGray" title="structuredClone">structuredClone</a> <a href="javascript:;" class="aLightGray" title="DataCloneError">DataCloneError</a> </span> </dd> <dt class="lineOverflow"> <a href="/article/623420.html" class="aBlack" target="_blank" title="前端 structuredClone 复制表单状态:对象克隆、File 数据与不可复制字段怎么排查">前端 structuredClone 复制表单状态:对象克隆、File 数据与不可复制字段怎么排查</a> </dt> <dd class="cont2"> <span><i class="view"></i>213浏览</span> <span class="collectBtn user_collection" data-id="623420" data-type="article" title="收藏"><i class="collect"></i>收藏</span> </dd> </dl> </div> </li> <li> <div class="contBox"> <a href="/article/623403.html" class="img_box" title="网页长列表怎么用 IntersectionObserver 只触发一次加载:观察状态、哨兵节点与并发收口"> <img src="/uploads/20260829/1788016427-intersectionobserver-flow.webp" onerror="this.src='/assets/images/moren/morentu.png'" alt="网页长列表怎么用 IntersectionObserver 只触发一次加载:观察状态、哨兵节点与并发收口"> </a> <dl> <dd class="cont1"> <span> <a href="/articlelist/19_new_0_1.html" class="aLightGray" title="文章">文章</a> · <a href="/articlelist/88_new_0_1.html" class="aLightGray" title="前端">前端</a>   |  7小时前  |   </span> </dd> <dt class="lineOverflow"> <a href="/article/623403.html" class="aBlack" target="_blank" title="网页长列表怎么用 IntersectionObserver 只触发一次加载:观察状态、哨兵节点与并发收口">网页长列表怎么用 IntersectionObserver 只触发一次加载:观察状态、哨兵节点与并发收口</a> </dt> <dd class="cont2"> <span><i class="view"></i>106浏览</span> <span class="collectBtn user_collection" data-id="623403" data-type="article" title="收藏"><i class="collect"></i>收藏</span> </dd> </dl> </div> </li> <li> <div class="contBox"> <a href="/article/623351.html" class="img_box" title="CSS shape() 如何让响应式卡片沿曲线裁切:clip-path 坐标、百分比与回退验证"> <img src="/uploads/20260829/1787994797-shape-coordinate-path.webp" onerror="this.src='/assets/images/moren/morentu.png'" alt="CSS shape() 如何让响应式卡片沿曲线裁切:clip-path 坐标、百分比与回退验证"> </a> <dl> <dd class="cont1"> <span> <a href="/articlelist/19_new_0_1.html" class="aLightGray" title="文章">文章</a> · <a href="/articlelist/88_new_0_1.html" class="aLightGray" title="前端">前端</a>   |  13小时前  |   <a href="/articletag/243_new_0_1.html" class="aLightGray" title="前端">前端</a> · <a href="/articletag/4729_new_0_1.html" class="aLightGray" title="css">css</a> · <a href="/articletag/40475_new_0_1.html" class="aLightGray" title="响应式布局">响应式布局</a> · <a href="/articletag/40483_new_0_1.html" class="aLightGray" title="浏览器兼容">浏览器兼容</a> · <a href="javascript:;" class="aLightGray" title="clip-path">clip-path</a> <a href="javascript:;" class="aLightGray" title="响应式卡片">响应式卡片</a> <a href="javascript:;" class="aLightGray" title="CSS shape()">CSS shape()</a> <a href="javascript:;" class="aLightGray" title="前端裁切">前端裁切</a> </span> </dd> <dt class="lineOverflow"> <a href="/article/623351.html" class="aBlack" target="_blank" title="CSS shape() 如何让响应式卡片沿曲线裁切:clip-path 坐标、百分比与回退验证">CSS shape() 如何让响应式卡片沿曲线裁切:clip-path 坐标、百分比与回退验证</a> </dt> <dd class="cont2"> <span><i class="view"></i>160浏览</span> <span class="collectBtn user_collection" data-id="623351" data-type="article" title="收藏"><i class="collect"></i>收藏</span> </dd> </dl> </div> </li> <li> <div class="contBox"> <a href="/article/623305.html" class="img_box" title="HTMLDialogElement requestClose 如何统一弹窗关闭路径:cancel 事件与关闭原因"> <img src="/uploads/20260829/1787986225-dialog-request-branches.webp" onerror="this.src='/assets/images/moren/morentu.png'" alt="HTMLDialogElement requestClose 如何统一弹窗关闭路径:cancel 事件与关闭原因"> </a> <dl> <dd class="cont1"> <span> <a href="/articlelist/19_new_0_1.html" class="aLightGray" title="文章">文章</a> · <a href="/articlelist/88_new_0_1.html" class="aLightGray" title="前端">前端</a>   |  15小时前  |   <a href="/articletag/240_new_0_1.html" class="aLightGray" title="html">html</a> · <a href="/articletag/243_new_0_1.html" class="aLightGray" title="前端">前端</a> · <a href="/articletag/4701_new_0_1.html" class="aLightGray" title="javascript">javascript</a> · <a href="/articletag/39876_new_0_1.html" class="aLightGray" title="弹窗">弹窗</a> · <a href="/articletag/40054_new_0_1.html" class="aLightGray" title="浏览器API">浏览器API</a> · <a href="javascript:;" class="aLightGray" title="dialog">dialog</a> <a href="javascript:;" class="aLightGray" title="close">close</a> <a href="javascript:;" class="aLightGray" title="cancel">cancel</a> <a href="javascript:;" class="aLightGray" title="HTMLDialogElement">HTMLDialogElement</a> <a href="javascript:;" class="aLightGray" title="requestClose">requestClose</a> </span> </dd> <dt class="lineOverflow"> <a href="/article/623305.html" class="aBlack" target="_blank" title="HTMLDialogElement requestClose 如何统一弹窗关闭路径:cancel 事件与关闭原因">HTMLDialogElement requestClose 如何统一弹窗关闭路径:cancel 事件与关闭原因</a> </dt> <dd class="cont2"> <span><i class="view"></i>163浏览</span> <span class="collectBtn user_collection" data-id="623305" data-type="article" title="收藏"><i class="collect"></i>收藏</span> </dd> </dl> </div> </li> <li> <div class="contBox"> <a href="/article/623284.html" class="img_box" title="JavaScript Intl.Segmenter 如何处理中文断词:光标定位与搜索高亮边界"> <img src="/uploads/20260829/1787982056-intl-segmenter-call-chain.webp" onerror="this.src='/assets/images/moren/morentu.png'" alt="JavaScript Intl.Segmenter 如何处理中文断词:光标定位与搜索高亮边界"> </a> <dl> <dd class="cont1"> <span> <a href="/articlelist/19_new_0_1.html" class="aLightGray" title="文章">文章</a> · <a href="/articlelist/88_new_0_1.html" class="aLightGray" title="前端">前端</a>   |  16小时前  |   <a href="/articletag/243_new_0_1.html" class="aLightGray" title="前端">前端</a> · <a href="/articletag/4701_new_0_1.html" class="aLightGray" title="javascript">javascript</a> · <a href="/articletag/19933_new_0_1.html" class="aLightGray" title="国际化">国际化</a> · <a href="javascript:;" class="aLightGray" title="JavaScript">JavaScript</a> <a href="javascript:;" class="aLightGray" title="中文分词">中文分词</a> <a href="javascript:;" class="aLightGray" title="Intl.Segmenter">Intl.Segmenter</a> <a href="javascript:;" class="aLightGray" title="搜索高亮">搜索高亮</a> </span> </dd> <dt class="lineOverflow"> <a href="/article/623284.html" class="aBlack" target="_blank" title="JavaScript Intl.Segmenter 如何处理中文断词:光标定位与搜索高亮边界">JavaScript Intl.Segmenter 如何处理中文断词:光标定位与搜索高亮边界</a> </dt> <dd class="cont2"> <span><i class="view"></i>111浏览</span> <span class="collectBtn user_collection" data-id="623284" data-type="article" title="收藏"><i class="collect"></i>收藏</span> </dd> </dl> </div> </li> </ul> </div> </div> <div class="mainRight"> <!-- 右侧广告位banner --> <div class="rightContBox" style="margin-top: 0px;"> <div class="rightTit"> <a href="/courselist.html" class="more" title="查看更多">查看更多<i class="iconfont"></i></a> <div class="tit lineOverflow">课程推荐</div> </div> <ul class="lessonRecomRList"> <li> <a href="/course/9.html" class="img_box" target="_blank" title="前端进阶之JavaScript设计模式"> <img src="/uploads/20221222/52fd0f23a454c71029c2c72d206ed815.jpg" onerror="this.onerror='',this.src='/assets/images/moren/morentu.png'" alt="前端进阶之JavaScript设计模式"> </a> <dl> <dt class="lineTwoOverflow"><a href="/course/9.html" target="_blank" class="aBlack" title="前端进阶之JavaScript设计模式">前端进阶之JavaScript设计模式</a></dt> <dd class="cont1 lineTwoOverflow"> 设计模式是开发人员在软件开发过程中面临一般问题时的解决方案,代表了最佳的实践。本课程的主打内容包括JS常见设计模式以及具体应用场景,打造一站式知识长龙服务,适合有JS基础的同学学习。 </dd> <dd class="cont2">543次学习</dd> </dl> </li> <li> <a href="/course/2.html" class="img_box" target="_blank" title="GO语言核心编程课程"> <img src="/uploads/20221221/634ad7404159bfefc6a54a564d437b5f.png" onerror="this.onerror='',this.src='/assets/images/moren/morentu.png'" alt="GO语言核心编程课程"> </a> <dl> <dt class="lineTwoOverflow"><a href="/course/2.html" target="_blank" class="aBlack" title="GO语言核心编程课程">GO语言核心编程课程</a></dt> <dd class="cont1 lineTwoOverflow"> 本课程采用真实案例,全面具体可落地,从理论到实践,一步一步将GO核心编程技术、编程思想、底层实现融会贯通,使学习者贴近时代脉搏,做IT互联网时代的弄潮儿。 </dd> <dd class="cont2">516次学习</dd> </dl> </li> <li> <a href="/course/74.html" class="img_box" target="_blank" title="简单聊聊mysql8与网络通信"> <img src="/uploads/20240103/bad35fe14edbd214bee16f88343ac57c.png" onerror="this.onerror='',this.src='/assets/images/moren/morentu.png'" alt="简单聊聊mysql8与网络通信"> </a> <dl> <dt class="lineTwoOverflow"><a href="/course/74.html" target="_blank" class="aBlack" title="简单聊聊mysql8与网络通信">简单聊聊mysql8与网络通信</a></dt> <dd class="cont1 lineTwoOverflow"> 如有问题加微信:Le-studyg;在课程中,我们将首先介绍MySQL8的新特性,包括性能优化、安全增强、新数据类型等,帮助学生快速熟悉MySQL8的最新功能。接着,我们将深入解析MySQL的网络通信机制,包括协议、连接管理、数据传输等,让 </dd> <dd class="cont2">500次学习</dd> </dl> </li> <li> <a href="/course/57.html" class="img_box" target="_blank" title="JavaScript正则表达式基础与实战"> <img src="/uploads/20221226/bbe4083bb3cb0dd135fb02c31c3785fb.jpg" onerror="this.onerror='',this.src='/assets/images/moren/morentu.png'" alt="JavaScript正则表达式基础与实战"> </a> <dl> <dt class="lineTwoOverflow"><a href="/course/57.html" target="_blank" class="aBlack" title="JavaScript正则表达式基础与实战">JavaScript正则表达式基础与实战</a></dt> <dd class="cont1 lineTwoOverflow"> 在任何一门编程语言中,正则表达式,都是一项重要的知识,它提供了高效的字符串匹配与捕获机制,可以极大的简化程序设计。 </dd> <dd class="cont2">487次学习</dd> </dl> </li> <li> <a href="/course/28.html" class="img_box" target="_blank" title="从零制作响应式网站—Grid布局"> <img src="/uploads/20221223/ac110f88206daeab6c0cf38ebf5fe9ed.jpg" onerror="this.onerror='',this.src='/assets/images/moren/morentu.png'" alt="从零制作响应式网站—Grid布局"> </a> <dl> <dt class="lineTwoOverflow"><a href="/course/28.html" target="_blank" class="aBlack" title="从零制作响应式网站—Grid布局">从零制作响应式网站—Grid布局</a></dt> <dd class="cont1 lineTwoOverflow"> 本系列教程将展示从零制作一个假想的网络科技公司官网,分为导航,轮播,关于我们,成功案例,服务流程,团队介绍,数据部分,公司动态,底部信息等内容区块。网站整体采用CSSGrid布局,支持响应式,有流畅过渡和展现动画。 </dd> <dd class="cont2">485次学习</dd> </dl> </li> </ul> </div> <div class="rightContBox"> <div class="rightTit"> <a href="/ai.html" class="more" title="查看更多">查看更多<i class="iconfont"></i></a> <div class="tit lineOverflow">AI推荐</div> </div> <ul class="lessonRecomRList"> <li> <a href="/ai/13109.html" target="_blank" title="ljg-skills - "Prompt之神"李继刚开源的 AI 技能集" class="img_box"> <img src="/uploads/ai/20260616/ljg-skills-icon-8bbe1468e5.png" onerror="this.onerror='',this.src='/assets/images/moren/morentu.png'" alt="ljg-skills - "Prompt之神"李继刚开源的 AI 技能集" style="object-fit:cover;width:100%;height:100%;"> </a> <dl> <dt class="lineTwoOverflow"><a href="/ai/13109.html" class="aBlack" target="_blank" title="ljg-skills">ljg-skills</a></dt> <dd class="cont1 lineTwoOverflow"> ljg-skills 是李继刚开源的 AI 技能与提示词集合,面向大模型使用者整理了一批可复用的 prompt、角色设定和任务技能模板,适合用于学习提示词设计、搭建个人 AI 工作流和沉淀团队常用智能体能力。 </dd> <dd class="cont2">5444次使用</dd> </dl> </li> <li> <a href="/ai/13108.html" target="_blank" title="MELO音乐 - AI 音乐生成平台,支持多模态创作能力" class="img_box"> <img src="/uploads/ai/20260616/melo-icon-10bf590762.png" onerror="this.onerror='',this.src='/assets/images/moren/morentu.png'" alt="MELO音乐 - AI 音乐生成平台,支持多模态创作能力" style="object-fit:cover;width:100%;height:100%;"> </a> <dl> <dt class="lineTwoOverflow"><a href="/ai/13108.html" class="aBlack" target="_blank" title="MELO音乐">MELO音乐</a></dt> <dd class="cont1 lineTwoOverflow"> MELO音乐是一站式AI视频与音乐制作助手,对标suno, udio的高品质体验。提供伴奏生成、原创写词、无损导出、哼唱识曲、混音变声等全套音频与短视频编辑工具。无论是流行Kpop、电音说唱、民谣古风、摇滚儿歌还是商用轻音乐,MELO为你免费谱曲,轻松做同款! </dd> <dd class="cont2">4926次使用</dd> </dl> </li> <li> <a href="/ai/13107.html" target="_blank" title="UniScribe - AI 免费在线音视频转文字平台" class="img_box"> <img src="/uploads/ai/20260616/uniscribe-icon-3c88366a15.png" onerror="this.onerror='',this.src='/assets/images/moren/morentu.png'" alt="UniScribe - AI 免费在线音视频转文字平台" style="object-fit:cover;width:100%;height:100%;"> </a> <dl> <dt class="lineTwoOverflow"><a href="/ai/13107.html" class="aBlack" target="_blank" title="UniScribe">UniScribe</a></dt> <dd class="cont1 lineTwoOverflow"> UniScribe 是一款 AI 音视频转文字与内容整理工具,支持上传音频、视频文件或粘贴 YouTube 链接,自动生成转写文本、摘要、思维导图和关键问题,并支持多格式导出,适合会议记录、课程学习、访谈整理和内容创作复盘。 </dd> <dd class="cont2">4846次使用</dd> </dl> </li> <li> <a href="/ai/13106.html" target="_blank" title="剧云 - 免费 AI 智能中文剧本创作平台" class="img_box"> <img src="/uploads/ai/20260615/d36c7176-icon-2b0cd581ce.png" onerror="this.onerror='',this.src='/assets/images/moren/morentu.png'" alt="剧云 - 免费 AI 智能中文剧本创作平台" style="object-fit:cover;width:100%;height:100%;"> </a> <dl> <dt class="lineTwoOverflow"><a href="/ai/13106.html" class="aBlack" target="_blank" title="剧云">剧云</a></dt> <dd class="cont1 lineTwoOverflow"> 剧云是专业中文剧本创作平台,安全稳定运行十余年,集成AI编剧、剧本医生审核、人物小传、剧情关系图、大纲编写、多人协作、Word导入导出、版权管控功能,数据安全防护,轻松高效创作剧本。 </dd> <dd class="cont2">5110次使用</dd> </dl> </li> <li> <a href="/ai/13105.html" target="_blank" title="万象有声 - AI 一站式有声内容创作平台" class="img_box"> <img src="/uploads/ai/20260615/50267bac-icon-c146b001b5.png" onerror="this.onerror='',this.src='/assets/images/moren/morentu.png'" alt="万象有声 - AI 一站式有声内容创作平台" style="object-fit:cover;width:100%;height:100%;"> </a> <dl> <dt class="lineTwoOverflow"><a href="/ai/13105.html" class="aBlack" target="_blank" title="万象有声">万象有声</a></dt> <dd class="cont1 lineTwoOverflow"> 万象有声,一个专为有声创作者打造的新一代智能有声内容创作平台。平台提供专业的智能拆章、智能画本编辑、AI配音、AI生成音效、后期制作、智能对轨、智能审听等有声创作全流程工具,可以帮助创作者高效、低成本创作出引人入胜的有声作品。立即体验,让有声书制作更简单! </dd> <dd class="cont2">5065次使用</dd> </dl> </li> </ul> </div> <!-- 相关文章 --> <div class="rightContBox"> <div class="rightTit"> <a href="/articlelist.html" class="more" title="查看更多">查看更多<i class="iconfont"></i></a> <div class="tit lineOverflow">相关文章</div> </div> <ul class="aboutArticleRList"> <li> <dl> <dt class="lineTwoOverflow"><a href="/article/207000.html" class="aBlack" title="JavaScript函数定义及示例详解">JavaScript函数定义及示例详解</a></dt> <dd> <span class="left">2025-05-11</span> <span class="right">502浏览</span> </dd> </dl> </li> <li> <dl> <dt class="lineTwoOverflow"><a href="/article/621422.html" class="aBlack" title="智能体安全引领产业升级——国内AI安全产品市场深度分析">智能体安全引领产业升级——国内AI安全产品市场深度分析</a></dt> <dd> <span class="left">2026-08-21</span> <span class="right">501浏览</span> </dd> </dl> </li> <li> <dl> <dt class="lineTwoOverflow"><a href="/article/619053.html" class="aBlack" title="CSS变量简化按钮悬停效果技巧">CSS变量简化按钮悬停效果技巧</a></dt> <dd> <span class="left">2026-05-31</span> <span class="right">501浏览</span> </dd> </dl> </li> <li> <dl> <dt class="lineTwoOverflow"><a href="/article/618916.html" class="aBlack" title="JavaScript符号类型详解与应用">JavaScript符号类型详解与应用</a></dt> <dd> <span class="left">2026-05-31</span> <span class="right">501浏览</span> </dd> </dl> </li> <li> <dl> <dt class="lineTwoOverflow"><a href="/article/612539.html" class="aBlack" title="HTML剪贴板复制粘贴怎么用">HTML剪贴板复制粘贴怎么用</a></dt> <dd> <span class="left">2026-05-26</span> <span class="right">501浏览</span> </dd> </dl> </li> </ul> </div> </div> </div> <div class="footer"> <div class="footerIn"> <div class="footLeft"> <div class="linkBox"> <a href="/about/1.html" target="_blank" class="aBlack" title="关于我们">关于我们</a> <a href="/about/5.html" target="_blank" class="aBlack" title="免责声明">免责声明</a> <a href="#" class="aBlack" title="意见反馈">意见反馈</a> <a href="/about/2.html" class="aBlack" target="_blank" title="联系我们">联系我们</a> <a href="/send.html" class="aBlack" title="广告合作">内容提交</a> <a href="/manual/go/" target="_blank" class="aBlack" title="手册">手册</a> </div> <div class="footTip">Golang学习网:公益在线Go学习平台,帮助Go学习者快速成长!</div> <div class="shareBox"> <span><i class="qq"></i>技术交流群</span> </div> <div class="copyRight"> Copyright 2023 http://www.17golang.com/ All Rights Reserved | <a href="https://beian.miit.gov.cn/" target="_blank" title="备案">湘ICP备19018815号-4</a> </div> </div> <div class="footRight"> <ul class="encodeList"> <li> <div class="encodeImg"> <img src="/assets/examples/qrcode_for_gh.jpg" alt="Golang学习网"> </div> <div class="tit">关注公众号</div> <div class="tip">Golang学习网</div> </li> <div class="clear"></div> </ul> </div> <div class="clear"></div> </div> </div> <!-- 微信登录弹窗 --> <style> .popupBg .n-error{ color: red; } </style> <div class="popupBg"> <div class="loginBoxBox"> <div class="imgbg"> <img src="/assets/images/leftlogo.jpg" alt=""> </div> <!-- 微信登录 --> <div class="loginInfo encodeLogin" style="display: none;"> <div class="closeIcon" onclick="$('.popupBg').hide();"></div> <div class="changeLoginType cursorPointer create_wxqrcode" onclick="$('.loginInfo').hide();$('.passwordLogin').show();"> <div class="tip">密码登录在这里</div> </div> <div class="encodeInfo"> <div class="tit"><i></i> 微信扫码登录或注册</div> <div class="encodeImg"> <span id="wx_login_qrcode"><img src="/assets/examples/code.png" alt="二维码"></span> <!-- <div class="refreshBox"> <p>二维码失效</p> <button type="button" class="create_wxqrcode">刷新1111</button> </div> --> </div> <div class="tip">打开微信扫一扫,快速登录/注册</div> </div> <div class="beforeLoginTip">登录即同意 <a href="#" class="aBlue" title="用户协议">用户协议</a> 和 <a href="#" class="aBlue" title="隐私政策">隐私政策</a></div> </div> <!-- 密码登录 --> <div class="loginInfo passwordLogin"> <div class="closeIcon" onclick="$('.popupBg').hide();"></div> <div class="changeLoginType cursorPointer create_wxqrcode" onclick="$('.loginInfo').hide();$('.encodeLogin').show();"> <div class="tip">微信登录更方便</div> </div> <div class="passwordInfo"> <ul class="logintabs selfTabMenu"> <li class="selfTabItem loginFormLi curr">密码登录</li> <li class="selfTabItem registerFormBox ">注册账号</li> </ul> <div class="selfTabContBox"> <div class="selfTabCont loginFormBox" style="display: block;"> <form name="form" id="login-form" class="form-vertical form" method="POST" action="/index/user/login"> <input type="hidden" name="url" value="//www.17golang.com/article/480531.html"/> <input type="hidden" name="__token__" value="3ec1cf062abd0d1fbf19e2eca3264235" /> <div class="form-group" style="height:70px;"> <input class="form-control" id="account" type="text" name="account" value="" data-rule="required" placeholder="邮箱/用户名" autocomplete="off"> </div> <div class="form-group" style="height:70px;"> <input class="form-control" id="password" type="password" name="password" data-rule="required;password" placeholder="密码" autocomplete="off"> </div> <div class="codeBox" style="height:70px;"> <div class="form-group" style="height:70px; width:205px; float: left;"> <input type="text" name="captcha" class="form-control" placeholder="验证码" data-rule="required;length(4)" /> </div> <span class="input-group-btn" style="padding:0;border:none;"> <img src="/captcha.html" width="100" height="45" onclick="this.src = '/captcha.html?r=' + Math.random();"/> </span> </div> <div class="other"> <a href="#" class="forgetPwd aGray" onclick="$('.loginInfo').hide();$('.passwordForget').show();" title="忘记密码">忘记密码</a> </div> <div class="loginBtn mt25"> <button type="submit">登录</button> </div> </form> </div> <div class="selfTabCont registerFormBox" style="display: none;"> <form name="form1" id="register-form" class="form-vertical form" method="POST" action="/index/user/register"> <input type="hidden" name="invite_user_id" value="0"/> <input type="hidden" name="url" value="//www.17golang.com/article/480531.html"/> <input type="hidden" name="__token__" value="3ec1cf062abd0d1fbf19e2eca3264235" /> <div class="form-group" style="height:70px;"> <input type="text" name="email" id="email2" data-rule="required;email" class="form-control" placeholder="邮箱"> </div> <div class="form-group" style="height:70px;"> <input type="text" id="username" name="username" data-rule="required;username" class="form-control" placeholder="用户名必须3-30个字符"> </div> <div class="form-group" style="height:70px;"> <input type="password" id="password2" name="password" data-rule="required;password" class="form-control" placeholder="密码必须6-30个字符"> </div> <div class="codeBox" style="height:70px;"> <div class="form-group" style="height:70px; width:205px; float: left;"> <input type="text" name="captcha" class="form-control" placeholder="验证码" data-rule="required;length(4)" /> </div> <span class="input-group-btn" style="padding:0;border:none;"> <img src="/captcha.html" width="100" height="45" onclick="this.src = '/captcha.html?r=' + Math.random();"/> </span> </div> <div class="loginBtn"> <button type="submit">注册</button> </div> </form> </div> </div> </div> <div class="beforeLoginTip">登录即同意 <a href="https://www.17golang.com/about/3.html" target="_blank" class="aBlue" title="用户协议">用户协议</a> 和 <a href="https://www.17golang.com/about/4.html" target="_blank" class="aBlue" title="隐私政策">隐私政策</a></div> </div> <!-- 重置密码 --> <div class="loginInfo passwordForget"> <div class="closeIcon" onclick="$('.popupBg').hide();"></div> <div class="returnLogin cursorPointer" onclick="$('.passwordForget').hide();$('.passwordLogin').show();">返回登录</div> <div class="passwordInfo"> <ul class="logintabs selfTabMenu"> <li class="selfTabItem">重置密码</li> </ul> <div class="selfTabContBox"> <div class="selfTabCont"> <form id="resetpwd-form" class="form-horizontal form-layer nice-validator n-default n-bootstrap form" method="POST" action="/api/user/resetpwd.html" novalidate="novalidate"> <div style="height:70px;"> <input type="text" class="form-control" id="email" name="email" value="" placeholder="输入邮箱" aria-invalid="true"> </div> <div class="codeBox" style="height:70px;"> <div class="form-group" style="height:70px; width:205px; float: left;"> <input type="text" name="captcha" class="form-control" placeholder="验证码" /> </div> <span class="input-group-btn" style="padding:0;border:none;"> <a href="javascript:;" class="btn btn-primary btn-captcha cursorPointer" style="background: #2080F8; border-radius: 4px; color: #fff; padding: 12px; position: absolute;" data-url="/api/ems/send.html" data-type="email" data-event="resetpwd">发送验证码</a> </span> </div> <input type="password" class="form-control" id="newpassword" name="newpassword" value="" placeholder="请输入6-18位密码"> <div class="loginBtn mt25"> <button type="submit">重置密码</button> </div> </form> </div> </div> </div> </div> </div> </div> <script src="/assets/js/juejin-theme.js?v=20260613b" defer></script> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?e34c3e8ab31ba35d7e1c48ea8d77315f"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <script src="/assets/js/frontend/common.js"></script> </body> </html>