-- 演示将多条记录数据组合成一条sql插入语句(for mysql)
function getTpl0(tname) -- 获取表各个字段
local t = {
tpl_pack = {amp;quot;packIdamp;quot;,amp;quot;itemIdamp;quot;,amp;quot;`group`amp;quot; ...……
-- 打印table
function print_lua_table (lua_table, indent)
if lua_table == nil or type(lua_table) ~= amp;quot;tableamp;quot; then
return
end
local function print_func(str)
...……