<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                ??一站式輕松地調用各大LLM模型接口,支持GPT4、智譜、豆包、星火、月之暗面及文生圖、文生視頻 廣告
                ### 導航 - [索引](../genindex.xhtml "總目錄") - [模塊](../py-modindex.xhtml "Python 模塊索引") | - [下一頁](html.xhtml "html --- 超文本標記語言支持") | - [上一頁](uu.xhtml "uu --- Encode and decode uuencode files") | - ![](https://box.kancloud.cn/a721fc7ec672275e257bbbfde49a4d4e_16x16.png) - [Python](https://www.python.org/) ? - zh\_CN 3.7.3 [文檔](../index.xhtml) ? - [Python 標準庫](index.xhtml) ? - $('.inline-search').show(0); | # 結構化標記處理工具 Python 支持各種模塊,以處理各種形式的結構化數據標記。 這包括使用標準通用標記語言(SGML)和超文本標記語言(HTML)的模塊,以及使用可擴展標記語言(XML)的幾個接口。 - [`html` --- 超文本標記語言支持](html.xhtml) - [`html.parser` --- 簡單的 HTML 和 XHTML 解析器](html.parser.xhtml) - [HTML 解析器的示例程序](html.parser.xhtml#example-html-parser-application) - [`HTMLParser` 方法](html.parser.xhtml#htmlparser-methods) - [示例](html.parser.xhtml#examples) - [`html.entities` --- HTML 一般實體的定義](html.entities.xhtml) - [XML處理模塊](xml.xhtml) - [XML 漏洞](xml.xhtml#xml-vulnerabilities) - [`defusedxml` 和 `defusedexpat` 軟件包](xml.xhtml#the-defusedxml-and-defusedexpat-packages) - [`xml.etree.ElementTree` --- The ElementTree XML API](xml.etree.elementtree.xhtml) - [教程](xml.etree.elementtree.xhtml#tutorial) - [XML tree and elements](xml.etree.elementtree.xhtml#xml-tree-and-elements) - [Parsing XML](xml.etree.elementtree.xhtml#parsing-xml) - [Pull API for non-blocking parsing](xml.etree.elementtree.xhtml#pull-api-for-non-blocking-parsing) - [Finding interesting elements](xml.etree.elementtree.xhtml#finding-interesting-elements) - [Modifying an XML File](xml.etree.elementtree.xhtml#modifying-an-xml-file) - [Building XML documents](xml.etree.elementtree.xhtml#building-xml-documents) - [Parsing XML with Namespaces](xml.etree.elementtree.xhtml#parsing-xml-with-namespaces) - [Additional resources](xml.etree.elementtree.xhtml#additional-resources) - [XPath support](xml.etree.elementtree.xhtml#xpath-support) - [示例](xml.etree.elementtree.xhtml#example) - [Supported XPath syntax](xml.etree.elementtree.xhtml#supported-xpath-syntax) - [參考引用](xml.etree.elementtree.xhtml#reference) - [函數](xml.etree.elementtree.xhtml#functions) - [Element Objects](xml.etree.elementtree.xhtml#element-objects) - [ElementTree Objects](xml.etree.elementtree.xhtml#elementtree-objects) - [QName Objects](xml.etree.elementtree.xhtml#qname-objects) - [TreeBuilder Objects](xml.etree.elementtree.xhtml#treebuilder-objects) - [XMLParser Objects](xml.etree.elementtree.xhtml#xmlparser-objects) - [XMLPullParser Objects](xml.etree.elementtree.xhtml#xmlpullparser-objects) - [異常](xml.etree.elementtree.xhtml#exceptions) - [`xml.dom` --- The Document Object Model API](xml.dom.xhtml) - [模塊內容](xml.dom.xhtml#module-contents) - [Objects in the DOM](xml.dom.xhtml#objects-in-the-dom) - [DOMImplementation Objects](xml.dom.xhtml#domimplementation-objects) - [Node Objects](xml.dom.xhtml#node-objects) - [NodeList Objects](xml.dom.xhtml#nodelist-objects) - [DocumentType Objects](xml.dom.xhtml#documenttype-objects) - [Document Objects](xml.dom.xhtml#document-objects) - [Element Objects](xml.dom.xhtml#element-objects) - [Attr Objects](xml.dom.xhtml#attr-objects) - [NamedNodeMap Objects](xml.dom.xhtml#namednodemap-objects) - [Comment Objects](xml.dom.xhtml#comment-objects) - [Text and CDATASection Objects](xml.dom.xhtml#text-and-cdatasection-objects) - [ProcessingInstruction Objects](xml.dom.xhtml#processinginstruction-objects) - [異常](xml.dom.xhtml#exceptions) - [Conformance](xml.dom.xhtml#conformance) - [Type Mapping](xml.dom.xhtml#type-mapping) - [Accessor Methods](xml.dom.xhtml#accessor-methods) - [`xml.dom.minidom` --- Minimal DOM implementation](xml.dom.minidom.xhtml) - [DOM Objects](xml.dom.minidom.xhtml#dom-objects) - [DOM Example](xml.dom.minidom.xhtml#dom-example) - [minidom and the DOM standard](xml.dom.minidom.xhtml#minidom-and-the-dom-standard) - [`xml.dom.pulldom` --- Support for building partial DOM trees](xml.dom.pulldom.xhtml) - [DOMEventStream Objects](xml.dom.pulldom.xhtml#domeventstream-objects) - [`xml.sax` --- Support for SAX2 parsers](xml.sax.xhtml) - [SAXException Objects](xml.sax.xhtml#saxexception-objects) - [`xml.sax.handler` --- Base classes for SAX handlers](xml.sax.handler.xhtml) - [ContentHandler Objects](xml.sax.handler.xhtml#contenthandler-objects) - [DTDHandler Objects](xml.sax.handler.xhtml#dtdhandler-objects) - [EntityResolver Objects](xml.sax.handler.xhtml#entityresolver-objects) - [ErrorHandler Objects](xml.sax.handler.xhtml#errorhandler-objects) - [`xml.sax.saxutils` --- SAX Utilities](xml.sax.utils.xhtml) - [`xml.sax.xmlreader` --- Interface for XML parsers](xml.sax.reader.xhtml) - [XMLReader Objects](xml.sax.reader.xhtml#xmlreader-objects) - [IncrementalParser Objects](xml.sax.reader.xhtml#incrementalparser-objects) - [Locator Objects](xml.sax.reader.xhtml#locator-objects) - [InputSource Objects](xml.sax.reader.xhtml#inputsource-objects) - [The `Attributes` Interface](xml.sax.reader.xhtml#the-attributes-interface) - [The `AttributesNS` Interface](xml.sax.reader.xhtml#the-attributesns-interface) - [`xml.parsers.expat` --- Fast XML parsing using Expat](pyexpat.xhtml) - [XMLParser Objects](pyexpat.xhtml#xmlparser-objects) - [ExpatError Exceptions](pyexpat.xhtml#expaterror-exceptions) - [示例](pyexpat.xhtml#example) - [Content Model Descriptions](pyexpat.xhtml#module-xml.parsers.expat.model) - [Expat error constants](pyexpat.xhtml#module-xml.parsers.expat.errors) ### 導航 - [索引](../genindex.xhtml "總目錄") - [模塊](../py-modindex.xhtml "Python 模塊索引") | - [下一頁](html.xhtml "html --- 超文本標記語言支持") | - [上一頁](uu.xhtml "uu --- Encode and decode uuencode files") | - ![](https://box.kancloud.cn/a721fc7ec672275e257bbbfde49a4d4e_16x16.png) - [Python](https://www.python.org/) ? - zh\_CN 3.7.3 [文檔](../index.xhtml) ? - [Python 標準庫](index.xhtml) ? - $('.inline-search').show(0); | ? [版權所有](../copyright.xhtml) 2001-2019, Python Software Foundation. Python 軟件基金會是一個非盈利組織。 [請捐助。](https://www.python.org/psf/donations/) 最后更新于 5月 21, 2019. [發現了問題](../bugs.xhtml)? 使用[Sphinx](http://sphinx.pocoo.org/)1.8.4 創建。
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看