С Стопа New member 17 Апр 2018 #21 index=file.open("index.html","r") local line tmr.alarm(1,100,1,function() line=index.read(200) print(line) srv:send(line) if line:find("</html>") then tmr.stop(1) end end)
index=file.open("index.html","r") local line tmr.alarm(1,100,1,function() line=index.read(200) print(line) srv:send(line) if line:find("</html>") then tmr.stop(1) end end)