摘要: 粘包现象 让我们基于tcp先制作一个远程执行命令的程序(1:执行错误命令 2:执行ls 3:执行ifconfig) 注意注意注意: res=subprocess.Popen(cmd.decode('utf-8'), shell=True, stderr=subprocess.PIPE, stdout 阅读全文
posted @ 2018-11-05 19:11 萤huo虫 阅读(205) 评论(0) 推荐(0) 编辑