read remote file from website http = require("socket.http") local body, code = socket.http.request("http://website/with/json/file.json") if ...
確定! 回上一頁