1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00

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))
}
}},