小程序本地存储 其实小程序本地存储跟浏览器大致是一样的,只不过小程序可以存任何数据类型的数据,而浏览器只能存字符串 uni.setStorageSync('storage_key', 'hello') uni.getStorageSync('storage_key')