python连oracle字符编码问题
摘要:
参考这里:https://blog.51cto.com/u_15437543/4660625 (自测有效) # -*- coding: utf-8 -*- import os os.environ['NLS_LANG'] = 'SIMPLIFIED CHINESE_CHINA.UTF8' #或者os 阅读全文
posted @ 2022-08-16 14:35 9394952 阅读(73) 评论(0) 推荐(0) 编辑