<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>

                ??碼云GVP開源項目 12k star Uniapp+ElementUI 功能強大 支持多語言、二開方便! 廣告
                ### 導航 - [索引](../genindex.xhtml "總目錄") - [模塊](../py-modindex.xhtml "Python 模塊索引") | - [下一頁](webbrowser.xhtml "webbrowser --- 方便的Web瀏覽器控制器") | - [上一頁](pyexpat.xhtml "xml.parsers.expat --- Fast XML parsing using Expat") | - ![](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 實現的。 這些模塊中的大多數都需要存在依賴于系統的模塊 [`socket`](socket.xhtml#module-socket "socket: Low-level networking interface.") ,目前大多數流行平臺都支持它。 這是一個概述: - [`webbrowser` --- 方便的Web瀏覽器控制器](webbrowser.xhtml) - [瀏覽器控制器對象](webbrowser.xhtml#browser-controller-objects) - [`cgi` --- Common Gateway Interface support](cgi.xhtml) - [概述](cgi.xhtml#introduction) - [Using the cgi module](cgi.xhtml#using-the-cgi-module) - [Higher Level Interface](cgi.xhtml#higher-level-interface) - [函數](cgi.xhtml#functions) - [Caring about security](cgi.xhtml#caring-about-security) - [Installing your CGI script on a Unix system](cgi.xhtml#installing-your-cgi-script-on-a-unix-system) - [Testing your CGI script](cgi.xhtml#testing-your-cgi-script) - [Debugging CGI scripts](cgi.xhtml#debugging-cgi-scripts) - [Common problems and solutions](cgi.xhtml#common-problems-and-solutions) - [`cgitb` --- Traceback manager for CGI scripts](cgitb.xhtml) - [`wsgiref` --- WSGI Utilities and Reference Implementation](wsgiref.xhtml) - [`wsgiref.util` -- WSGI environment utilities](wsgiref.xhtml#module-wsgiref.util) - [`wsgiref.headers` -- WSGI response header tools](wsgiref.xhtml#module-wsgiref.headers) - [`wsgiref.simple_server` -- a simple WSGI HTTP server](wsgiref.xhtml#module-wsgiref.simple_server) - [`wsgiref.validate` --- WSGI conformance checker](wsgiref.xhtml#module-wsgiref.validate) - [`wsgiref.handlers` -- server/gateway base classes](wsgiref.xhtml#module-wsgiref.handlers) - [示例](wsgiref.xhtml#examples) - [`urllib` --- URL 處理模塊](urllib.xhtml) - [`urllib.request` --- 用于打開 URL 的可擴展庫](urllib.request.xhtml) - [Request Objects](urllib.request.xhtml#request-objects) - [OpenerDirector Objects](urllib.request.xhtml#openerdirector-objects) - [BaseHandler Objects](urllib.request.xhtml#basehandler-objects) - [HTTPRedirectHandler Objects](urllib.request.xhtml#httpredirecthandler-objects) - [HTTPCookieProcessor Objects](urllib.request.xhtml#httpcookieprocessor-objects) - [ProxyHandler Objects](urllib.request.xhtml#proxyhandler-objects) - [HTTPPasswordMgr Objects](urllib.request.xhtml#httppasswordmgr-objects) - [HTTPPasswordMgrWithPriorAuth Objects](urllib.request.xhtml#httppasswordmgrwithpriorauth-objects) - [AbstractBasicAuthHandler Objects](urllib.request.xhtml#abstractbasicauthhandler-objects) - [HTTPBasicAuthHandler Objects](urllib.request.xhtml#httpbasicauthhandler-objects) - [ProxyBasicAuthHandler Objects](urllib.request.xhtml#proxybasicauthhandler-objects) - [AbstractDigestAuthHandler Objects](urllib.request.xhtml#abstractdigestauthhandler-objects) - [HTTPDigestAuthHandler Objects](urllib.request.xhtml#httpdigestauthhandler-objects) - [ProxyDigestAuthHandler Objects](urllib.request.xhtml#proxydigestauthhandler-objects) - [HTTPHandler Objects](urllib.request.xhtml#httphandler-objects) - [HTTPSHandler Objects](urllib.request.xhtml#httpshandler-objects) - [FileHandler Objects](urllib.request.xhtml#filehandler-objects) - [DataHandler Objects](urllib.request.xhtml#datahandler-objects) - [FTPHandler Objects](urllib.request.xhtml#ftphandler-objects) - [CacheFTPHandler Objects](urllib.request.xhtml#cacheftphandler-objects) - [UnknownHandler Objects](urllib.request.xhtml#unknownhandler-objects) - [HTTPErrorProcessor Objects](urllib.request.xhtml#httperrorprocessor-objects) - [示例](urllib.request.xhtml#examples) - [Legacy interface](urllib.request.xhtml#legacy-interface) - [`urllib.request` Restrictions](urllib.request.xhtml#urllib-request-restrictions) - [`urllib.response` --- Response classes used by urllib](urllib.request.xhtml#module-urllib.response) - [`urllib.parse` --- Parse URLs into components](urllib.parse.xhtml) - [URL Parsing](urllib.parse.xhtml#url-parsing) - [Parsing ASCII Encoded Bytes](urllib.parse.xhtml#parsing-ascii-encoded-bytes) - [Structured Parse Results](urllib.parse.xhtml#structured-parse-results) - [URL Quoting](urllib.parse.xhtml#url-quoting) - [`urllib.error` --- Exception classes raised by urllib.request](urllib.error.xhtml) - [`urllib.robotparser` --- Parser for robots.txt](urllib.robotparser.xhtml) - [`http` --- HTTP 模塊](http.xhtml) - [HTTP 狀態碼](http.xhtml#http-status-codes) - [http.client --- HTTP協議客戶端](http.client.xhtml) - [HTTPConnection Objects](http.client.xhtml#httpconnection-objects) - [HTTPResponse Objects](http.client.xhtml#httpresponse-objects) - [示例](http.client.xhtml#examples) - [HTTPMessage Objects](http.client.xhtml#httpmessage-objects) - [`ftplib` --- FTP protocol client](ftplib.xhtml) - [FTP Objects](ftplib.xhtml#ftp-objects) - [FTP\_TLS Objects](ftplib.xhtml#ftp-tls-objects) - [`poplib` --- POP3 protocol client](poplib.xhtml) - [POP3 Objects](poplib.xhtml#pop3-objects) - [POP3 Example](poplib.xhtml#pop3-example) - [`imaplib` --- IMAP4 protocol client](imaplib.xhtml) - [IMAP4 Objects](imaplib.xhtml#imap4-objects) - [IMAP4 Example](imaplib.xhtml#imap4-example) - [`nntplib` --- NNTP protocol client](nntplib.xhtml) - [NNTP Objects](nntplib.xhtml#nntp-objects) - [Attributes](nntplib.xhtml#attributes) - [方法](nntplib.xhtml#methods) - [Utility functions](nntplib.xhtml#utility-functions) - [`smtplib` ---SMTP協議客戶端](smtplib.xhtml) - [SMTP Objects](smtplib.xhtml#smtp-objects) - [SMTP Example](smtplib.xhtml#smtp-example) - [`smtpd` --- SMTP Server](smtpd.xhtml) - [SMTPServer Objects](smtpd.xhtml#smtpserver-objects) - [DebuggingServer Objects](smtpd.xhtml#debuggingserver-objects) - [PureProxy Objects](smtpd.xhtml#pureproxy-objects) - [MailmanProxy Objects](smtpd.xhtml#mailmanproxy-objects) - [SMTPChannel Objects](smtpd.xhtml#smtpchannel-objects) - [`telnetlib` --- Telnet client](telnetlib.xhtml) - [Telnet Objects](telnetlib.xhtml#telnet-objects) - [Telnet Example](telnetlib.xhtml#telnet-example) - [`uuid` --- UUID objects according to **RFC 4122**](uuid.xhtml) - [示例](uuid.xhtml#example) - [`socketserver` --- A framework for network servers](socketserver.xhtml) - [Server Creation Notes](socketserver.xhtml#server-creation-notes) - [Server Objects](socketserver.xhtml#server-objects) - [Request Handler Objects](socketserver.xhtml#request-handler-objects) - [示例](socketserver.xhtml#examples) - [`socketserver.TCPServer` Example](socketserver.xhtml#socketserver-tcpserver-example) - [`socketserver.UDPServer` Example](socketserver.xhtml#socketserver-udpserver-example) - [Asynchronous Mixins](socketserver.xhtml#asynchronous-mixins) - [`http.server` --- HTTP 服務器](http.server.xhtml) - [`http.cookies` --- HTTP state management](http.cookies.xhtml) - [Cookie Objects](http.cookies.xhtml#cookie-objects) - [Morsel Objects](http.cookies.xhtml#morsel-objects) - [示例](http.cookies.xhtml#example) - [`http.cookiejar` --- Cookie handling for HTTP clients](http.cookiejar.xhtml) - [CookieJar and FileCookieJar Objects](http.cookiejar.xhtml#cookiejar-and-filecookiejar-objects) - [FileCookieJar subclasses and co-operation with web browsers](http.cookiejar.xhtml#filecookiejar-subclasses-and-co-operation-with-web-browsers) - [CookiePolicy Objects](http.cookiejar.xhtml#cookiepolicy-objects) - [DefaultCookiePolicy Objects](http.cookiejar.xhtml#defaultcookiepolicy-objects) - [Cookie Objects](http.cookiejar.xhtml#cookie-objects) - [示例](http.cookiejar.xhtml#examples) - [`xmlrpc` --- XMLRPC 服務端與客戶端模塊](xmlrpc.xhtml) - [`xmlrpc.client` --- XML-RPC client access](xmlrpc.client.xhtml) - [ServerProxy Objects](xmlrpc.client.xhtml#serverproxy-objects) - [DateTime 對象](xmlrpc.client.xhtml#datetime-objects) - [Binary Objects](xmlrpc.client.xhtml#binary-objects) - [Fault Objects](xmlrpc.client.xhtml#fault-objects) - [ProtocolError Objects](xmlrpc.client.xhtml#protocolerror-objects) - [MultiCall Objects](xmlrpc.client.xhtml#multicall-objects) - [Convenience Functions](xmlrpc.client.xhtml#convenience-functions) - [Example of Client Usage](xmlrpc.client.xhtml#example-of-client-usage) - [Example of Client and Server Usage](xmlrpc.client.xhtml#example-of-client-and-server-usage) - [`xmlrpc.server` --- Basic XML-RPC servers](xmlrpc.server.xhtml) - [SimpleXMLRPCServer Objects](xmlrpc.server.xhtml#simplexmlrpcserver-objects) - [SimpleXMLRPCServer Example](xmlrpc.server.xhtml#simplexmlrpcserver-example) - [CGIXMLRPCRequestHandler](xmlrpc.server.xhtml#cgixmlrpcrequesthandler) - [Documenting XMLRPC server](xmlrpc.server.xhtml#documenting-xmlrpc-server) - [DocXMLRPCServer Objects](xmlrpc.server.xhtml#docxmlrpcserver-objects) - [DocCGIXMLRPCRequestHandler](xmlrpc.server.xhtml#doccgixmlrpcrequesthandler) - [`ipaddress` --- IPv4/IPv6 manipulation library](ipaddress.xhtml) - [Convenience factory functions](ipaddress.xhtml#convenience-factory-functions) - [IP Addresses](ipaddress.xhtml#ip-addresses) - [Address objects](ipaddress.xhtml#address-objects) - [Conversion to Strings and Integers](ipaddress.xhtml#conversion-to-strings-and-integers) - [運算符](ipaddress.xhtml#operators) - [Comparison operators](ipaddress.xhtml#comparison-operators) - [Arithmetic operators](ipaddress.xhtml#arithmetic-operators) - [IP Network definitions](ipaddress.xhtml#ip-network-definitions) - [Prefix, net mask and host mask](ipaddress.xhtml#prefix-net-mask-and-host-mask) - [Network objects](ipaddress.xhtml#network-objects) - [運算符](ipaddress.xhtml#id1) - [Logical operators](ipaddress.xhtml#logical-operators) - [Iteration](ipaddress.xhtml#iteration) - [Networks as containers of addresses](ipaddress.xhtml#networks-as-containers-of-addresses) - [Interface objects](ipaddress.xhtml#interface-objects) - [運算符](ipaddress.xhtml#id2) - [Logical operators](ipaddress.xhtml#id3) - [Other Module Level Functions](ipaddress.xhtml#other-module-level-functions) - [Custom Exceptions](ipaddress.xhtml#custom-exceptions) ### 導航 - [索引](../genindex.xhtml "總目錄") - [模塊](../py-modindex.xhtml "Python 模塊索引") | - [下一頁](webbrowser.xhtml "webbrowser --- 方便的Web瀏覽器控制器") | - [上一頁](pyexpat.xhtml "xml.parsers.expat --- Fast XML parsing using Expat") | - ![](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>

                              哎呀哎呀视频在线观看