1
0
forked from x/ContextOS

vps fix bug 词法解析结果带有特征字符

This commit is contained in:
shaoying 2018-01-08 09:51:16 +08:00
parent dc77397fe9
commit 01d255f20d

View File

@ -324,7 +324,7 @@ var Index = &ctx.Context{Name: "lex", Help: "词法解析",
} }
} }
m.Echo(string(word)) m.Add("result", string(word))
} }
}}, }},