码迷,mamicode.com
首页 > 其他好文 > 详细

MoonSharp 使用外部模块

时间:2020-07-22 20:45:27      阅读:99      评论:0      收藏:0      [点我收藏+]

标签:json   highlight   except   dos   ring   als   sha   div   tco   

            var jsonMPath = "modules\\json.lua".GetDLLRunDir();
            if (!File.Exists(jsonMPath)) throw new Exception($"modules\\json.lua 不存在!");

            Script script = new Script();
            var dv = script.DoFile(jsonMPath);
            script.Globals["json"] = dv;

            var scriptCode = $@"
t=json.encode({{1,2,3}});
return t
";
            DynValue res = script.DoString(scriptCode);

  

MoonSharp 使用外部模块

标签:json   highlight   except   dos   ring   als   sha   div   tco   

原文地址:https://www.cnblogs.com/huawublog/p/13362578.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!