那麼如何來構建一個HTML呢? image.png from lxml import etree root = etree.Element('html') body = etree.Element('body') root.append ...
確定! 回上一頁