@ -19,6 +19,15 @@ type VM struct {
luaVm *luaCompile.LState
}
// Close 关闭虚拟机
//
// Author : go_developer@163.com<白茶清欢>
// Date : 18:26 2024/11/14
func (v *VM) Close() {
v.luaVm.Close()
// Run 运行脚本
The note is not visible to the blocked user.