Download [ping5.lua]. function ping(dst) flag, outputs = rt.command("ping -c 1 " .. dst) if flag then first_line = string.match(outputs, "^(.-)\n") return ...
確定! 回上一頁