python-python2.7元组中字符串Unicode编码前面字符u的问题
newRs = [[s if type(s)type(1) or type(s)type(1.1) or s is None else s.encode('utf8') for s in t] for t in rsList]
newRs = [[s if type(s)type(1) or type(s)type(1.1) or s is None else s.encode('utf8') for s in t] for t in rsList]