python打印a list of unicode string,就是这种格式的。你循环一下就不会这样了。
for item in items: print(item)
不需要decode("utf-8")。