os.getenv
←
os
型:function
code:Lua
os.getenv(varname)
table:
引数名 型 説明
varname string 名前
プロセスの環境変数
varname
の値を返す 変数が未定義なら
nil
を返す