<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>开发 on 古思乱想</title><link>https://blog.gusibi.site/tags/%E5%BC%80%E5%8F%91/</link><description>Recent content in 开发 on 古思乱想</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Wed, 25 Sep 2024 14:22:50 +0800</lastBuildDate><atom:link href="https://blog.gusibi.site/tags/%E5%BC%80%E5%8F%91/index.xml" rel="self" type="application/rss+xml"/><item><title>如何对比字符串差异</title><link>https://blog.gusibi.site/post/string-diff-howto/</link><pubDate>Wed, 25 Sep 2024 14:22:50 +0800</pubDate><guid>https://blog.gusibi.site/post/string-diff-howto/</guid><description>要在字符串之间进行差异比较，并以 `git diff` 的格式展示结果，可以使用 Python 的 `difflib` 模块。这个模块提供了方便的方法来比较两个字符串，并生成类似于 `git diff` 的输出格式。</description></item></channel></rss>