Lua 中table 库函数insert remove sort 一insert 插入do --> table.insert 插入函数tab = {"a", "c", "d", "b"} -- 在... -输出结果: -- 1 d -- 2 c ...
確定! 回上一頁