<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://purl.org/rss/1.0/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel rdf:about="https://eblog.ink/feed/rss/archives/198/">
<title>Eric&#039;s Blog - Python def函数中的异常处理 的评论</title>
<link>https://eblog.ink/archives/198/</link>
<description>例子：def spam(div):    return 42/divprint(spam(2))print(spam(12))print(spam(0)print(spam(1)运行以上程序则：...</description>
<items>
<rdf:Seq>
</rdf:Seq>
</items>
</channel>
</rdf:RDF>