1:wxml定义一个清除缓冲的按钮,并绑定触摸事件
<button bindtap="clear">清空缓冲</button>
2:wxjs定义方法:
// 清空缓冲 clear:function(evt){ wx.clearStorageSync() }
点击后: