参数
function listener
网络状态变化事件的监听函数
Object res
wx.onNetworkStatusChange(function (res){ wx.showToast({ title:res.networkType }) });