[置顶] Python_bug收集_TypeError:'str' does not support the buffer interface
参考链接:http://blog.csdn.net/chuanchuan608/article/details/17915959感谢原作者如有侵权,立删源文件:server.py#!/usr/bin/python
#-*-coding:UTF-8-*-
importsocket
fromtimeimportctime
HOST=socket.gethostname()
PORT=12345
BU