const {app} = require('electron')
app.on('window-all-closed', () => {
app.quit()
})
const {} = ...
这是什么语法规则?
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
变量的解构赋值
解构 Destructuring