浏览代码

Merge branch 'master' of http://192.168.136.45:3000/SERVER/langer

chanjunkai 5 年之前
父节点
当前提交
283eb79843
共有 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])
                 # 正则表达式