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.
我想从最后读取远程文件,但 fseek 不支持远程文件。有没有办法做到这一点?
编写您自己的流包装器。或者在本地复制整个文件并 fseek 。
你应该试试 cURL 。它应该完成工作。 你只需要检查你的网络服务器上是否安装了 CURL。