<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>HTML - 标签 - 五岁博客</title>
        <link>https://fiveyoboy.com/tags/html/</link>
        <description>HTML - 标签 - 五岁博客</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>fiveyoboy@qq.com (五岁博客)</managingEditor>
            <webMaster>fiveyoboy@qq.com (五岁博客)</webMaster><lastBuildDate>Mon, 10 Aug 2026 00:00:00 &#43;0000</lastBuildDate><atom:link href="https://fiveyoboy.com/tags/html/" rel="self" type="application/rss+xml" /><item>
    <title>img 标签怎么去掉 Referer 请求头？一招搞定防盗链</title>
    <link>https://fiveyoboy.com/articles/img-referrerpolicy-remove-referer/</link>
    <pubDate>Mon, 10 Aug 2026 00:00:00 &#43;0000</pubDate>
    <author>五岁博客</author>
    <guid>https://fiveyoboy.com/articles/img-referrerpolicy-remove-referer/</guid>
    <description><![CDATA[<p>加载别人服务器上的图片，结果浏览器控制台一片红，图片全裂成小方块。</p>
<p>八成是对方做了防盗链，靠检查 <code>Referer</code> 请求头来挡外站引用。</p>
<p>解决思路很直接：让 <code>&lt;img&gt;</code> 发请求时别带上 <code>Referer</code>。</p>]]></description>
</item>
<item>
    <title>深入详解 Go Template 模板语法及使用</title>
    <link>https://fiveyoboy.com/articles/go-template-guide/</link>
    <pubDate>Mon, 24 Nov 2025 00:00:00 &#43;0000</pubDate>
    <author>五岁博客</author>
    <guid>https://fiveyoboy.com/articles/go-template-guide/</guid>
    <description><![CDATA[<p>Go 标准库的<code>text/template</code>与<code>html/template</code>是数据驱动的模板引擎，广泛用于文本生成、Web 页面渲染等场景。</p>
<p>本文基于 Go 官方定义的完整语法体系，结合代码示例，讲解说明 Go 模板语法指南，涵盖从基础分隔符到高级递归模板的所有特性</p>]]></description>
</item>
</channel>
</rss>
