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.
有什么区别,优点和缺点......哪个更好用?
由于我是从头开始开发的,所以可以放一些光来创建更好的应用程序。
如果您需要客户端上的数据,LocalStorage 会更好。
如果您需要服务器上的数据,memcached 会更好。
我完全同意@Rik,但在我的一个 AngulaJs 应用程序中,我使用了本地存储而不是 memcached。
当用户第一次获取记录时它会更慢,但从第二次开始它将从本地存储而不是从服务器获取。