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.
我在我的项目中使用了一些静态变量,当我从关闭状态或反之亦然打开我的手机时,静态变量中存储的数据会消失。
我想恢复与以前相同的静态变量/数据。我该怎么做。
谢谢你。
将其保存在共享首选项中。然后当你打开它时,它仍然会在那里!