2007年12月26日 星期三 17:59
ÀýÈ磺
req = Request(http://127.0.0.1//s15/1.text)
rfile = urlopen(req)
data = rfile.read()
rfile.close()
ÔÚÇëÇóÍ·ÖУº
host: s15
req = Request(http://127.0.0.1:8080/s15/1.text)
rfile = urlopen(req)
data = rfile.read()
rfile.close()
Ö¸¶¨8080£¬Ö±½ÓÅ×Òì³£
2007-12-26
wave2050
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20071226/6ce44f6f/attachment.htm
Zeuux © 2025
京ICP备05028076号