Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个网站 www.example.com,其中包含一行文本,例如“hello world”。LUA 中是否有任何内置方法可以让我抓住它?如果没有,有模块吗?我看到了收割机,但我找不到太多关于它的文档。对不起。我是这个 LUA 东西的大菜鸟。
Lua 中没有内置的设施。试试LuaSocket。