2015年5月28日
摘要: 随着html5的广泛应用,基于websocket协议的即时通讯有了越来越多的使用场景,本文使用python中的websocket-client模块来做相关的接口测试 1 import webclient 2 3 def creatWS(user,password):#生成ws链接的函数 4 ... 阅读全文
posted @ 2015-05-28 16:25 sean-sun 阅读(5547) 评论(0) 推荐(0)