if chardet.detect(str(l))['encoding'] == 'ascii':
                    l = l.decode("ascii").encode("unicode_escape")

  

相关文章: