我在看代碼的時(shí)候:// 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呢?
什么是`LS`, 什么是Electron呢?
一只萌萌小番薯
2019-03-16 15:14:10