Lua [edit]. -- create an empty string 3 different ways str = "" str = '' str = [[]] -- test for empty string if str == "" then
確定! 回上一頁