local ltn12 = require("ltn12"). function http.get(u). local t = {}. local r, c, h = http.request{. url = u,. sink = ltn12.sink.table(t)}.
確定! 回上一頁