req = Request(url, data=my_xml_doc.toprettyxml()) req.add_header('Content-Type','text/xml') req.get_method=lambda: 'PUT'
確定! 回上一頁