Luaリファレンス 要注意点 ~データ永続~

自己記述データフォーマット

以下のように読み込める

local authors = {}
function Entry (b) authors[b.auther] = true end
dofile("data.txt")
for name in pairs(authors) do print(name) end


シリアライズ書き出し関数

}}


トップ   一覧 単語検索 最終更新   ヘルプ   最終更新のRSS