Commit 722274ea by sikang

update

parent aced7181
......@@ -105,7 +105,9 @@ class JavaGarble:
with open(file,"r",encoding="utf-8") as fin:
lines = fin.readlines()
#初始化全局变量
#生成全局变量
self.__generate_variable()
#生成方法
self.__generate_variable()
ignore = False
with open(file,"w+",encoding="utf-8") as fout:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment