es6语法,上面都说的挺清楚的
es6 的解构 https://es6.ruanyifeng.com/#docs/destructuring
es6的解构赋值 例如 const obj = { index:0 } const index = obj.index; const {index} = obj
可以 百度搜索下解构赋值哦~
意思即从 res 对象内取出 statusBarHeight 变量
社区大佬真多 我算是学到了