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.
我正在用 lua 开发一个小游戏(使用love2D),我想做的是序列化图像以便将其发送给另一个对等点。因此,我简单地获取图像文件的字符串描述,然后将其写入套接字。
问题是没有任何东西到达目的地(环回地址也没有)。我也尝试将字符串传递给print函数,但同样没有任何反应。
print
这怎么可能?我能做些什么?