table.sort(lines) –排序,Lua標準庫的table庫提供的函式。 for _,l in ipairs(lines) do io.write(l,”\n”) end. 呼叫io.read(“*number”)會從當前輸入 ...
確定! 回上一頁