Socke<p>[TOC]</p> <h2>SocketUtil</h2> <pre><code class="language-javascript">sock = new SocketUtil(&quot;127.0.0.1&quot;,80) sock.sendLine(&quot;hello&quot;) line = sock.readLine() print(line) sock.close() </code></pre>