精華區beta mud_sanc 關於我們 聯絡資訊
table.getn(table) 說明:回傳table中元素的個數 範例: t1 = {1, 2, 3, 5}; print(getn(t1)) ->4