pengzhibo168 5 년 전
부모
커밋
dd158e47a9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controller/LangArea.py

+ 1 - 1
controller/LangArea.py

@@ -171,7 +171,7 @@ class LangAreaView(TemplateView):
                 lk = lk.replace(';', '_')
                 lk = lk.replace('‘', '_')
                 T = res[l]
-                T.replace('"', '\"')
+                T.replace('"', '\\"')
                 res[l] = T
                 print(res[l])
                 # 正则表达式