#!/usr/local/bin/lua -- 加载Account.lua 文件 local Account = require("Account") print(Account) -- [[ 遍历内容]] function printTable(_tab) ...
確定! 回上一頁