local start = "1"local t = type(start) if t == "string" then --判断是string类型的话,转为number start= tonumber(start) end.
確定! 回上一頁