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.
我正在闪存中构建一个小记录器,但将记录的文件发送到 php.ini 时遇到了一点问题。有没有办法简单地用 var 发送它,我需要将它设置为文件引用,但我该怎么做,因为我看到的唯一方法是你需要浏览或加载是从某个地方。
谢谢杰伦
您可以使用以下方法将其发送到服务器:Save ByteArray to file with PHP