... try: tree = ET.parse(feed) print "Download ok" root = tree.getroot() print root event = root.find("{http://www.w3.org/2005/Atom}entry") ...
確定! 回上一頁