lynx: subscribeSessionStorage() static method
lynx.subscribeSessionStorage 方法可以被用来监听多 LynxView 共享数据的变化,即多页面之间通过 SessionStorage 实现数据共享,可以调用 lynx.setSessionStorageItem 来设置缓存的数据。
lynx.subscribeSessionStorage 方法可以被用来监听多 LynxView 共享数据的变化,即多页面之间通过 SessionStorage 实现数据共享,可以调用 lynx.setSessionStorageItem 来设置缓存的数据。