If you already have a string containing your XML, you can parse it into an _Element using etree.fromstring(text, parser=None) .
確定! 回上一頁