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(Laravel)开发的 ERP 系统(网站)。我需要实现的要求是,当没有互联网但如果用户想提交数据时,他/她可以做到这一点,当互联网来了,网站开始工作。我希望检索离线数据。
快乐编码!
这听起来像是一种解决方法。但是你可以通过使用浏览器的 localStorage 来做到这一点。如果您选择此路径,则必须定期检查客户端计算机中的 Internet 是否可用。并检查本地存储以查找要提交的数据。当然,您必须使用 javascript 来检查我的建议