我的操作python把特殊字符替换掉,词典转换 import re file_path = "F:/python/spider/牛津高阶英汉双解词典(第9版)- 带高清版图片.sql" with open(file_path, 'r', encoding='utf-8') as f: file = f.read()... 2个月前 (07-22) 13℃