wx.onMemoryWarning(function callback)等级要怎么获取呢?
发布于 6 年前 作者 ming45 10042 次浏览 来自 问答

wx.onMemoryWarning(function callback)等级要怎么获取呢?

1 回复
wx.onMemoryWarning(function(level) {
  console.log(level);
})
代码的话,应该这么写。没用过不清楚
回到顶部