''' httpsqs队列封装 @author xp_go@qq.com a = HttpsqsClient('192.168.0.218','1218','httpsqsmmall.com') print a.put('logtest','sdfsfsf') print a.get('logtest') ''' import urllib,urllib2,json class HttpsqsClient(object): ',auth = '', charset = 'utf-8'): sel…