什么是`LS`, 什么是Electron呢?

我在看代码的时候:


// 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呢?


一只萌萌小番薯
浏览 513回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript