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.
我想知道存储在 $rootScope 中的值的生命周期是什么,尤其是在页面在不同的选项卡中打开的情况下。该值是丢失还是会保留在新打开的选项卡中?
如果您的意思是浏览器中的不同选项卡,则根本不会共享任何变量,除非您使用localStorage(这与 Angularjs 无关)。
localStorage
如果您使用在您的某些应用程序中设计的选项卡,它们应该共享$rootScope及其所有变量。
$rootScope