函数名称:复制表
函数功能:深度复制一张表
函数方法
result = deepCopyTable(tmp);
函数用例
require "TSLib"--使用本函数库必须在脚本开头引用并将文件放到设备 lua 目录下 a={1,2,3} result=deepCopyTable(a)