我在看代码的时候:
// If debug isn't set in LS, and we're in Electron, try to load $DEBUG
if (!r && typeof process !== 'undefined' && 'env' in process) {
r = process.env.DEBUG;
}
这句话怎么理解?
If debug isn't set in LS, and we're in Electron
什么是LS, 什么是Electron呢?
一只萌萌小番薯
随时随地看视频慕课网APP
相关分类