<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
    <channel>
        
        <title>
            <![CDATA[ XML - freeCodeCamp.org ]]>
        </title>
        <description>
            <![CDATA[ freeCodeCamp 是一个免费学习编程的开发者社区，涵盖 Python、HTML、CSS、React、Vue、BootStrap、JSON 教程等，还有活跃的技术论坛和丰富的社区活动，在你学习编程和找工作时为你提供建议和帮助。 ]]>
        </description>
        <link>https://www.freecodecamp.org/chinese/news/</link>
        <image>
            <url>https://cdn.freecodecamp.org/universal/favicons/favicon.png</url>
            <title>
                <![CDATA[ XML - freeCodeCamp.org ]]>
            </title>
            <link>https://www.freecodecamp.org/chinese/news/</link>
        </image>
        <generator>Eleventy</generator>
        <lastBuildDate>Sat, 06 Jun 2026 19:41:56 +0000</lastBuildDate>
        <atom:link href="https://www.freecodecamp.org/chinese/news/tag/xml/rss.xml" rel="self" type="application/rss+xml" />
        <ttl>60</ttl>
        
            <item>
                <title>
                    <![CDATA[ Notepad++ 中的 XML 格式化——如何格式化 XML 文件 ]]>
                </title>
                <description>
                    <![CDATA[ 如果你在 Notepad++ 中处理 XML 文件，手动格式化它们可能是一项繁琐的工作，特别是当 XML 文件很大的时候。 在这篇文章中，我将向你展示如何点击几次就把你的 XML 文件格式化。我还将告诉你如何检查 XML 文件的语法是否正确，以及所有标签是否闭合。 如何在 Notepad++ 中格式化 XML 文件 你可以看到，下面这个 XML 文件的格式一点都不好。通过该文件，我将演示如何在 Notepad++ 中格式化任何 XML 文件： 第 1 步：如果你还没有打开你的 XML 文件，就用 Notepad++ 打开它。 第 2 步：在菜单栏中，点击“插件”并选择“插件管理”。 第 3 步：搜索 “XML 工具”，在搜索结果中勾选它，点击安装，并选择 “Yes”。 1该插件将被下载，Notepad++ 将重新启动。 第 4 步：再次点击菜单栏中的“插件”，悬停在 “XML 工具”上，并点击 “Pretty print” 来格式化 ]]>
                </description>
                <link>https://www.freecodecamp.org/chinese/news/xml-formatting-in-notepad-how-to-format-xml-files/</link>
                <guid isPermaLink="false">649827c058f76606d14f40dc</guid>
                
                    <category>
                        <![CDATA[ XML ]]>
                    </category>
                
                <dc:creator>
                    <![CDATA[ Miya Liu ]]>
                </dc:creator>
                <pubDate>Thu, 22 Jun 2023 11:55:00 +0000</pubDate>
                <media:content url="https://chinese.freecodecamp.org/news/content/images/2023/06/Copy-of-matchPunctuationRegEx.png" medium="image" />
                <content:encoded>
                    <![CDATA[ <p data-test-label="translation-intro">
        <strong>原文：</strong> <a href="https://www.freecodecamp.org/news/xml-formatting-in-notepad-how-to-format-xml-files/" target="_blank" rel="noopener noreferrer" data-test-label="original-article-link">XML Formatting in Notepad++ – How to Format XML Files</a>
      </p><p>如果你在 Notepad++ 中处理 XML 文件，手动格式化它们可能是一项繁琐的工作，特别是当 XML 文件很大的时候。</p><p>在这篇文章中，我将向你展示如何点击几次就把你的 XML 文件格式化。我还将告诉你如何检查 XML 文件的语法是否正确，以及所有标签是否闭合。</p><h2 id="-notepad-xml-">如何在 Notepad++ 中格式化 XML 文件</h2><p>你可以看到，下面这个 XML 文件的格式一点都不好。通过该文件，我将演示如何在 Notepad++ 中格式化任何 XML 文件：</p><figure class="kg-card kg-image-card"><img src="https://www.freecodecamp.org/news/content/images/2023/05/unformattedxmlfile-1.gif" class="kg-image" alt="unformattedxmlfile-1" width="600" height="400" loading="lazy"></figure><p><strong>第 1 步：</strong>如果你还没有打开你的 XML 文件，就用 Notepad++ 打开它。</p><figure class="kg-card kg-image-card"><img src="https://www.freecodecamp.org/news/content/images/2023/05/ss1.png" class="kg-image" alt="ss1" width="600" height="400" loading="lazy"></figure><p><strong><strong>第</strong> <strong>2</strong> 步：</strong>在菜单栏中，点击“插件”并选择“插件管理”。</p><figure class="kg-card kg-image-card"><img src="https://www.freecodecamp.org/news/content/images/2023/05/ss2.png" class="kg-image" alt="ss2" width="600" height="400" loading="lazy"></figure><p><strong><strong>第</strong> <strong>3</strong> 步：</strong>搜索 “XML 工具”，在搜索结果中勾选它，点击安装，并选择 “Yes”。</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://www.freecodecamp.org/news/content/images/2023/05/ss3.png" class="kg-image" alt="ss3" width="600" height="400" loading="lazy"><figcaption>1</figcaption></figure><p>该插件将被下载，Notepad++ 将重新启动。</p><figure class="kg-card kg-image-card"><img src="https://www.freecodecamp.org/news/content/images/2023/05/ss4.png" class="kg-image" alt="ss4" width="600" height="400" loading="lazy"></figure><p><strong><strong>第</strong> <strong>4</strong> 步：</strong>再次点击菜单栏中的“插件”，悬停在 “XML 工具”上，并点击 “Pretty print” 来格式化 XML 文件。</p><figure class="kg-card kg-image-card"><img src="https://www.freecodecamp.org/news/content/images/2023/05/ss5.png" class="kg-image" alt="ss5" width="600" height="400" loading="lazy"></figure><p>现在，XML 文件的格式很好了。</p><figure class="kg-card kg-image-card"><img src="https://www.freecodecamp.org/news/content/images/2023/05/formattedxmlfile.gif" class="kg-image" alt="formattedxmlfile" width="600" height="400" loading="lazy"></figure><p>另外，你可以按 <code>CTRL + ALT + SHIFT + B</code> 来做同样的事情。</p><h2 id="-notepad-xml--1">如何用 Notepad++ 检查 XML 语法</h2><p>如果你的 XML 文件真的很大，语法可能很糟糕，一些标签可能缺少结束标签。</p><p>你可以用同样的 XML 工具插件来检查语法，如果发现有什么问题，它将建议你怎么做。</p><p>同样，点击“插件”，悬停在 “XML 工具”上，选择“现在检查 XML 语法”：</p><figure class="kg-card kg-image-card"><img src="https://www.freecodecamp.org/news/content/images/2023/05/ss6.png" class="kg-image" alt="ss6" width="600" height="400" loading="lazy"></figure><p>现在，它显示我没有关闭其中一个标签：</p><figure class="kg-card kg-image-card"><img src="https://www.freecodecamp.org/news/content/images/2023/05/ss7.png" class="kg-image" alt="ss7" width="600" height="400" loading="lazy"></figure><h2 id="-"><strong><strong>总结</strong></strong></h2><p>这篇文章向你展示了如何在 Notepad++ 中用 XML Tools 插件格式化你的 XML 文件。如前所述，如果你要在 Notepad++ 中处理大的 XML 文件，这会很有用。</p><p>XML Tools 插件是在 Notepad++ 中处理 XML 文件的一个很好的工具，因为它能给你很好的处理 XML 文件的用户体验。要了解更多信息，你可以把鼠标悬停在它上面，看看你能用它做的其他有用的事情。</p><p>继续编码。</p> ]]>
                </content:encoded>
            </item>
        
            <item>
                <title>
                    <![CDATA[ 什么是 XML 文件？如何打开 XML 文件和最佳的 XML 浏览器？ ]]>
                </title>
                <description>
                    <![CDATA[ 如果你曾经在你的下载文件夹中看到 .xml 扩展名，并想知道那是什么，并不是你一个人这么想。 继续阅读，了解什么是XML文件，以及如何在你的计算机上和在线编辑器中打开它。 什么是 XML 文件 XML 是可扩展标记语言（Extensible Markup Language）的缩写，由 W3C [https://www.w3.org/]（World Wide Web Consortium 万维网联盟）在 90 年代创建。 尽管 XML 和 HTML 一样，是一种人类可读的标记语言，但它们的目的非常不同。HTML 描述的是网页的结构及其内容，而 XML 描述的是数据的结构。 XML 为程序，更重要的是为程序员提供了一种标准的、被广泛接受的格式，以便在不同的系统中传输数据。在这方面，XML 与 JSON 的共同点多于与 HTML 的共同点。 虽然 XML 不再是组织和传输数据的首选方法，但它仍然有它的位置。XML 仍然被用于许多传统的系统中，而且 RSS 和 SVG 都是基于 XML 格式的。 这个简单例子介绍了 XML 文件，以及它是如何用来组织数据的： <?xml vers ]]>
                </description>
                <link>https://www.freecodecamp.org/chinese/news/what-is-an-xml-file-how-to-open-xml-files-and-the-best-xml-viewers/</link>
                <guid isPermaLink="false">63b2a07b836d320782be14d7</guid>
                
                    <category>
                        <![CDATA[ XML ]]>
                    </category>
                
                <dc:creator>
                    <![CDATA[ Miya Liu ]]>
                </dc:creator>
                <pubDate>Mon, 26 Dec 2022 04:19:00 +0000</pubDate>
                <media:content url="https://chinese.freecodecamp.org/news/content/images/2023/01/5f9c98bf740569d1a4ca1bd4.jpeg" medium="image" />
                <content:encoded>
                    <![CDATA[ <p data-test-label="translation-intro">
        <strong>原文：</strong> <a href="https://www.freecodecamp.org/news/what-is-an-xml-file-how-to-open-xml-files-and-the-best-xml-viewers/" target="_blank" rel="noopener noreferrer" data-test-label="original-article-link">What is an XML File? How to Open XML Files and the Best XML Viewers</a>
      </p><p>如果你曾经在你的下载文件夹中看到 <code>.xml</code> 扩展名，并想知道那是什么，并不是你一个人这么想。</p><p>继续阅读，了解什么是XML文件，以及如何在你的计算机上和在线编辑器中打开它。</p><h2 id="-xml-">什么是 XML 文件</h2><p>XML 是可扩展标记语言（Extensible Markup Language）的缩写，由 <a href="https://www.w3.org/">W3C</a>（World Wide Web Consortium 万维网联盟）在 90 年代创建。</p><p>尽管 XML 和 HTML 一样，是一种人类可读的标记语言，但它们的目的非常不同。HTML 描述的是网页的结构及其内容，而 XML 描述的是数据的结构。</p><p>XML 为程序，更重要的是为程序员提供了一种标准的、被广泛接受的格式，以便在不同的系统中传输数据。在这方面，XML 与 JSON 的共同点多于与 HTML 的共同点。</p><p>虽然 XML 不再是组织和传输数据的首选方法，但它仍然有它的位置。XML 仍然被用于许多传统的系统中，而且 RSS 和 SVG 都是基于 XML 格式的。</p><p>这个简单例子介绍了 XML 文件，以及它是如何用来组织数据的：</p><figure class="kg-card kg-code-card"><pre><code class="language-xml">&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;fcc_merch&gt;
   &lt;item&gt;
      &lt;name&gt;Triblend T-shirt&lt;/name&gt;
      &lt;price&gt;$24.99&lt;/price&gt;
      &lt;description&gt;Represent the freeCodeCamp community with pride in this jet-black Triblend T-shirt featuring the iconic "bonfire function call" logo.&lt;/description&gt;
   &lt;/item&gt;
   &lt;item&gt;
      &lt;name&gt;Cotton-Poly Pullover Hoodie&lt;/name&gt;
      &lt;price&gt;$49.99&lt;/price&gt;
      &lt;description&gt;Stay toasty and dress like a developer with this jet-black cotton-poly pullover hoodie.&lt;/description&gt;
   &lt;/item&gt;
   &lt;item&gt;
      &lt;name&gt;Ceramic Coffee Mug&lt;/name&gt;
      &lt;price&gt;$14.99&lt;/price&gt;
      &lt;description&gt;Toast to the developer community with your very own freeCodeCamp Bonfire Function Call mug.&lt;/description&gt;
   &lt;/item&gt;
&lt;/fcc_merch&gt;</code></pre><figcaption>Sample <code style="box-sizing: inherit; margin: 0px; padding: 0px 5px 2px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: 400 !important; font-stretch: inherit; line-height: 1em; font-family: &quot;Roboto Mono&quot;, monospace; font-size: 0.8em; vertical-align: baseline; background: var(--gray15);">fcc-merch.xml</code> file</figcaption></figure><h2 id="-xml--1">如何在本地打开一个 XML 文件</h2><p>回到你的下载文件夹和那个扩展名为 <code>.xml</code> 的文件。</p><p>如果你曾经需要打开一个 XML 文件，你有很多选择。最大的问题是你是否需要编辑 XML 文件中的数据，或者只是查看它。</p><h3 id="-xml--2">在浏览器中查看 XML 文件</h3><p>如果你需要做的只是查看 XML 文件中的数据，你很幸运。几乎所有的浏览器都可以打开一个 XML 文件。</p><p>在 Chrome 浏览器中，只要打开一个新的标签，然后把 XML 文件拖过来。或者，在 XML 文件上点击右键，并将鼠标悬停在“打开方式”上，然后点击 “Chrome”。</p><p>当你这样做时，该文件将在一个新的标签页中打开。</p><p>下面是 <code>fcc-merch.xml</code> 文件在 Chrome 浏览器中的样子：</p><figure class="kg-card kg-image-card kg-width-wide"><img src="https://www.freecodecamp.org/news/content/images/2020/09/image-26.png" class="kg-image" alt="image-26" width="600" height="400" loading="lazy"></figure><p><strong>注意：</strong>你的操作系统的说明可能略有不同。</p><h3 id="-xml--3">在文本编辑器中编辑一个 XML 文件</h3><p>如果你需要在本地编辑一个 XML 文件，或者你喜欢在浏览器之外查看它，最好的方法是在一个文本编辑器中进行。</p><p>根据你的操作系统，你有很多选择。下面是一些常见的建议：</p><p><strong><strong>Windows</strong>：</strong></p><ul><li><a href="https://notepad-plus-plus.org/">Notepad++</a></li></ul><p><strong><strong>Mac/Linux/Windows</strong>：</strong></p><ul><li><a href="https://code.visualstudio.com/">VSCode</a></li><li><a href="https://atom.io/">Atom</a></li><li><a href="https://www.sublimetext.com/">Sublime Text</a></li></ul><p>请注意，VSCode、Atom 和 Sublime Text 是相当重的程序，特别是如果你想做的只是编辑一个 XML 文件。Mac 和 Linux 用户可能有机会使用其他轻量级的文本编辑器，如 gedit 或 Leafpad，它们可以打开和编辑 XML 文件。</p><p>如果你想学习如何编码，那么通过各种方式，尝试一下上面列出的编辑器之一。</p><p>一旦你下载了一个编辑器，你就可以从编辑器的 GUI 中打开 XML 文件，就像你打开任何其他文件一样。</p><p>下面是 VSCode 中的同一个 <code>fcc-merch.xml</code> 文件：</p><figure class="kg-card kg-image-card kg-width-wide"><img src="https://www.freecodecamp.org/news/content/images/2020/09/image-27.png" class="kg-image" alt="image-27" width="600" height="400" loading="lazy"></figure><h2 id="-xml--4">如何在线打开 XML 文件</h2><p>在线打开 XML 文件很容易，最好的在线 XML 查看器还具有编辑和格式化功能。</p><p>下面是一些最流行的在线 XML 查看器/编辑器：</p><ul><li><a href="https://codebeautify.org/xmlviewer">Code Beautify</a></li><li><a href="https://jsonformatter.org/xml-viewer">JSON Formatter</a></li><li><a href="https://www.tutorialspoint.com/online_xml_editor.htm">Tutorialspoint</a></li></ul><p>每个的工作方式都差不多，允许你从电脑上传 XML 文件，或将其复制并粘贴到左边的编辑器中：</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://www.freecodecamp.org/news/content/images/2020/09/image-24.png" class="kg-image" alt="image-24" width="600" height="400" loading="lazy"><figcaption>Code Beautify's XML 查看器/编辑器</figcaption></figure><p>一旦你加载了你的 XML，你可以点击 “Tree View”，以便更容易看到你的数据的层次结构和不同字段的嵌套方式：</p><figure class="kg-card kg-image-card kg-width-wide"><img src="https://www.freecodecamp.org/news/content/images/2020/09/image-33.png" class="kg-image" alt="image-33" width="600" height="400" loading="lazy"></figure><p>只要在左边的编辑器中进行任何你需要的编辑。然后，当你完成后，只需点击“下载”来下载你编辑过的文件的副本。</p><p>注意，你下载的副本可能有一个不同的名字，如 <code>codebeautify.xml</code>。在你把文件附加到电子邮件、上传或任何你需要做的事情之前，只需重命名该文件。</p><h2 id="-"><strong>总结</strong></h2><p>XML 格式有着悠久的历史。</p><p>尽管与 JSON 等现代数据传输方案相比，XML 文件相当密集，但知道如何打开和编辑它们并没有什么坏处。幸运的是，你在本地机器和网络上有很多选择。</p><p>希望这篇文章在你下次需要打开或编辑 XML 文件时有所帮助。</p><p>Happy coding!</p> ]]>
                </content:encoded>
            </item>
        
            <item>
                <title>
                    <![CDATA[ 如何打开一个 XML 文件 ]]>
                </title>
                <description>
                    <![CDATA[ XML 是 eXtensible Markup Language 的缩写。XML 文件是描述数据结构的可读文件。你用 .xml 扩展名来存储 XML 文件。 一个 XML 文件包含的标签指定了文件的结构，以及它应该如何在互联网上存储和传输。 它不再是组织和传输数据的首选方法，但许多传统系统仍然使用它。另外，RSS 和 SVG 都是基于 XML 格式的。 这就是 XML 文件的样子： <?xml version="1.0" encoding="UTF-8"?> <catalog>    <book id="bk1">       <author>Corets, Eva</author>       <title>Maeve Ascendant</title>   ]]>
                </description>
                <link>https://www.freecodecamp.org/chinese/news/how-to-open-an-xml-file/</link>
                <guid isPermaLink="false">636cff24c8777b07d5fd1bcd</guid>
                
                    <category>
                        <![CDATA[ XML ]]>
                    </category>
                
                <dc:creator>
                    <![CDATA[ Chengjun.L ]]>
                </dc:creator>
                <pubDate>Thu, 10 Nov 2022 04:18:00 +0000</pubDate>
                <media:content url="https://chinese.freecodecamp.org/news/content/images/2022/11/5f9c98bf740569d1a4ca1bd4.jpeg" medium="image" />
                <content:encoded>
                    <![CDATA[ <p data-test-label="translation-intro">
        <strong>原文：</strong> <a href="https://www.freecodecamp.org/news/how-to-open-an-xml-file/" target="_blank" rel="noopener noreferrer" data-test-label="original-article-link">How to Open an XML File</a>
      </p><p>XML 是 e<strong>X</strong>tensible <strong>M</strong>arkup <strong>L</strong>anguage 的缩写。XML 文件是描述数据结构的可读文件。你用 <code>.xml</code> 扩展名来存储 XML 文件。</p><p>一个 XML 文件包含的标签指定了文件的结构，以及它应该如何在互联网上存储和传输。</p><p>它不再是组织和传输数据的首选方法，但许多传统系统仍然使用它。另外，RSS 和 SVG 都是基于 XML 格式的。</p><p>这就是 XML 文件的样子：</p><pre><code class="language-xml">&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;catalog&gt;
   &lt;book id="bk1"&gt;
      &lt;author&gt;Corets, Eva&lt;/author&gt;
      &lt;title&gt;Maeve Ascendant&lt;/title&gt;
      &lt;genre&gt;Fantasy&lt;/genre&gt;
      &lt;price&gt;5.95&lt;/price&gt;
   &lt;/book&gt;
   &lt;book id="bk2"&gt;
      &lt;author&gt;Corets, Eva&lt;/author&gt;
      &lt;title&gt;Oberon's Legacy&lt;/title&gt;
      &lt;genre&gt;Fantasy&lt;/genre&gt;
      &lt;price&gt;5.95&lt;/price&gt;
   &lt;/book&gt;
   &lt;book id="bk3"&gt;
      &lt;author&gt;Corets, Eva&lt;/author&gt;
      &lt;title&gt;The Sundered Grail&lt;/title&gt;
      &lt;genre&gt;Fantasy&lt;/genre&gt;
      &lt;price&gt;5.95&lt;/price&gt;
   &lt;/book&gt;
&lt;/catalog&gt;
</code></pre><p>在这篇文章中，你将了解在电脑上或网上打开 XML 文件的各种方法。</p><h2 id="-xml-">如何使用文本编辑器打开一个 XML 文件</h2><p>你有一个你想打开的 XML 文件，要么只用来查看，要么用来查看和编辑。</p><p>如果你想打开一个 XML 文件并编辑它，你可以使用一个文本编辑器。你可以使用默认的文本编辑器，它是你的电脑自带的，比如 Windows 上的 Notepad 或 Mac 上的 TextEdit。</p><p>你所要做的就是找到 XML 文件，右键单击 XML 文件，并选择“打开方式（Open With）”选项，这将显示一个可以打开该文件的程序列表。</p><figure class="kg-card kg-image-card"><img src="https://paper-attachments.dropboxusercontent.com/s_6918DB109E81C99C403FDE441785C55AA8E56E1977270D55F040260DC7FE989F_1666877244802_image.png" class="kg-image" alt="s_6918DB109E81C99C403FDE441785C55AA8E56E1977270D55F040260DC7FE989F_1666877244802_image" width="600" height="400" loading="lazy"></figure><p>如果是 Windows 电脑，选择 Notepad；如果是 Mac 电脑，选择 TextEdit，如上图所示。这两个是每个操作系统预装的文本编辑器，应该已经在列表中了。可以使用任何基本的文本编辑器。</p><p>你可以使用其他文本编辑器，如 <a href="https://code.visualstudio.com/">VSCode</a>（上面的图片上建议使用的）、<a href="https://atom.io/">Atom</a>、<a href="https://www.sublimetext.com/">Sublime Text</a> 和其他。但是，像这样的基本任务最好使用默认的编辑器，因为像 VSCode、Atom 和 Sublime Text 这样的文本编辑器是相当重的程序。</p><h2 id="-xml--1">如何使用浏览器打开一个 XML 文件</h2><p>如果你只想查看文件，你可以使用任何网络浏览器，如 Safari、Chrome，以及很多其他类似的程序。</p><p>第一步是找到你要打开的 XML 文件，右键单击该文件，并选择“打开方式”选项，会出现一个选项列表，包括一些浏览器。</p><figure class="kg-card kg-image-card"><img src="https://paper-attachments.dropboxusercontent.com/s_6918DB109E81C99C403FDE441785C55AA8E56E1977270D55F040260DC7FE989F_1666878064357_image.png" class="kg-image" alt="s_6918DB109E81C99C403FDE441785C55AA8E56E1977270D55F040260DC7FE989F_1666878064357_image" width="600" height="400" loading="lazy"></figure><p>点击你喜欢的浏览器，然后你的 XML 就会加载出来。</p><p>另一个选择是打开你的浏览器，然后将XML文件拖到浏览器中。这也适用于文本编辑器。</p><h2 id="-xml--2">如何在线打开一个 XML 文件</h2><p>在互联网上，有很多 XML 查看器，甚至还有转换器帮助将 XML 文件转换成其他格式，如 JSON。下面是一些最流行的在线 XML 查看器/编辑器：</p><ul><li><a href="https://codebeautify.org/xmlviewer">Code Beautify</a></li><li><a href="https://jsonformatter.org/xml-viewer">JSON Formatter</a></li><li><a href="https://www.tutorialspoint.com/online_xml_editor.htm">Tutorialspoint</a></li><li><a href="https://jsonformatter.org/xml-viewer">JSON Formatter</a></li><li><a href="https://chrome.google.com/webstore/detail/xml-viewer/legopflakafagikcpiapgnbokgkbejlk/related?hl=en">Google Chrome 插件</a></li></ul><p>每个的工作方式都很相似，允许你从你的电脑上传 XML 文件。</p><p>Chrome 浏览器有一个 <a href="https://chrome.google.com/webstore/detail/xml-viewer/legopflakafagikcpiapgnbokgkbejlk?hl=en">XML Viewer</a> 扩展，其工作方式与所有这些在线 XML 查看器类似。你所要做的就是下载这个扩展。然后只要你想打开一个 XML 文件，就点击它。</p><figure class="kg-card kg-image-card"><img src="https://paper-attachments.dropboxusercontent.com/s_6918DB109E81C99C403FDE441785C55AA8E56E1977270D55F040260DC7FE989F_1666878537071_image.png" class="kg-image" alt="s_6918DB109E81C99C403FDE441785C55AA8E56E1977270D55F040260DC7FE989F_1666878537071_image" width="600" height="400" loading="lazy"></figure><p>一旦你点击它，就会出现一个易于浏览的界面，你可以用两个主要选项来上传你的 XML 文件：从你的电脑或从你的 Google Drive。</p><figure class="kg-card kg-image-card"><img src="https://paper-attachments.dropboxusercontent.com/s_6918DB109E81C99C403FDE441785C55AA8E56E1977270D55F040260DC7FE989F_1666878607944_image.png" class="kg-image" alt="s_6918DB109E81C99C403FDE441785C55AA8E56E1977270D55F040260DC7FE989F_1666878607944_image" width="600" height="400" loading="lazy"></figure><p>当你选择一个选项时，你可以搜索文件，在几毫秒内，你的 XML 文件将打开。</p><figure class="kg-card kg-image-card"><img src="https://paper-attachments.dropboxusercontent.com/s_6918DB109E81C99C403FDE441785C55AA8E56E1977270D55F040260DC7FE989F_1666878725496_image.png" class="kg-image" alt="s_6918DB109E81C99C403FDE441785C55AA8E56E1977270D55F040260DC7FE989F_1666878725496_image" width="600" height="400" loading="lazy"></figure><h2 id="-"><strong>恭喜你 😂</strong></h2><p>在这篇短文中，你已经学会了如何打开一个 XML 文件。我希望这能帮助你。</p><p>祝你编码愉快！</p> ]]>
                </content:encoded>
            </item>
        
    </channel>
</rss>
