This can be represented with the following lxml code: import etree a = etree.Element('a') a.text = "aTEXT" a.tail = "aTAIL" b = SubElement(a ...
確定! 回上一頁