string = "Lua Tutorial". newstring = string.gsub(string,"Tutorial","Language"). print("The new string is", newstring) ...
確定! 回上一頁