wx.showToast()方法中,icon:none是1.9.0以上版本支持,现需要通过wx.canIUse()判断是否支持,代码是wx.canIUse('showToast.object.icon.none'),返回是false,请问这个要怎么判断是否支持?