摘要:
Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#server.py import socket s1=socket.socket(); s1.bind(('',65533)) s1.listen(5) while 1: sc,a... 阅读全文
posted @ 2009-01-08 10:49
Dannis wu
阅读(199)
评论(0)
推荐(0)