public List call(string func, params object[] list)目前成都创新互联公司已为成百上千的企业提供了网站建设、域名、网站空间、网站托管、企业网站设计、罗江网站维护等服务,公司将坚持客户导向、应用为本的策略,正道将秉承"和谐、参与、激情"的文化,与客户和合作伙伴齐心协力一起成长,共同发展。 { int top1 = LuaDLL.lua_gettop(LuaState.getInstance.L); LuaDLL.lua_getglobal(LuaState.getInstance.L, func); foreach(object o in list) { if(o.GetType() == typeof(string)) { LuaDLL.lua_pushstring(LuaState.getInstance.L, (string)o); }else if(o.GetType() == typeof(Int64)) { LuaDLL.lua_pushnumber(LuaState.getInstance.L, (Int64)o); }else if(o.GetType() == typeof(double)) { LuaDLL.lua_pushnumber(LuaState.getInstance.L, (double)o); } else if (o.GetType() == typeof(bool)) { LuaDLL.lua_pushboolean(LuaState.getInstance.L, (bool)o); } else if (o.GetType() == typeof(Dictionary)) { pushMapParams(LuaState.getInstance.L, (Dictionary)o); } else { LuaDLL.lua_pushlightuserdata(LuaState.getInstance.L,(IntPtr)o); } }。。。。}另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。 当前文章:C#可变参数的使用-创新互联 文章起源:http://jxjierui.cn/article/dddccg.html 其他资讯 易语言读取文本行数的方法 oracle实现按天,周,月,季度,年查询排序方法 怎么在Linux上安装配置telnet服务与SecureCRT的使用 Vmware10上MACOS10.9安装配置方法图文教程 C#读取Excel数据需要注意什么问题
{
int top1 = LuaDLL.lua_gettop(LuaState.getInstance.L);
LuaDLL.lua_getglobal(LuaState.getInstance.L, func);
foreach(object o in list)
if(o.GetType() == typeof(string))
LuaDLL.lua_pushstring(LuaState.getInstance.L, (string)o);
}else if(o.GetType() == typeof(Int64))
LuaDLL.lua_pushnumber(LuaState.getInstance.L, (Int64)o);
}else if(o.GetType() == typeof(double))
LuaDLL.lua_pushnumber(LuaState.getInstance.L, (double)o);
}
else if (o.GetType() == typeof(bool))
LuaDLL.lua_pushboolean(LuaState.getInstance.L, (bool)o);
else if (o.GetType() == typeof(Dictionary))
pushMapParams(LuaState.getInstance.L, (Dictionary)o);
else
LuaDLL.lua_pushlightuserdata(LuaState.getInstance.L,(IntPtr)o);
。。。。
另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。