方法介绍
取随机数组内容
方法名称:
类_随机.取随机数组内容
语法:
类_随机.取随机数组内容(数组)
返回随机下标数组的内容
require "懒人综合插件" local t={1,2,3,4,5,6,7,8,9,10} while true do local ret=类_随机.取随机数组内容(t) print("取随机数组内容->"..tostring(ret)) sleep(1000) end