小程序開發(fā)wx.clearStorageSync,同步清理本地數(shù)據(jù)緩存
2017-12-11
導(dǎo)讀:同步清理本地數(shù)據(jù)緩存 示例代碼: try { wx.clearStorageSync()} catch (e) { // Do something when catch error }...
同步清理本地數(shù)據(jù)緩存
示例代碼:
try {
wx.clearStorageSync()
} catch(e) {
// Do something when catch error
}
更多微信小程序開發(fā)教程,關(guān)注hi小程序。
第二部分:如何開通一個小商店