<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dd="http://example.com/ns/1.0" xml:lang="en-US">
<entry>
<content type="html">Hello World!</content>
<dd:country_code>USA</dd:country_code>
</entry>
我想使用 lxml.objectify 来访问“Hello World!” 和“美国”。怎么做到呢?我不关心效率,只关心节俭。我已经尝试了我能想到的一切都无济于事。