mc.offWindowResize(Function callback)

取消监听窗口尺寸变化事件

参数

参数 类型 默认值 必填 说明
callback Function 需要取消监听的回调函数

示例代码:

const callback = function(res){
    console.log(res.size.windowWidth, res.size.windowHeight)
}

//监听
mc.onWindowResize(callback)
//取消监听
mc.offWindowResize(callback);

results matching ""

    No results matching ""

    results matching ""

      No results matching ""