conf 为您的应用程序或模块进行简单的配置处理 您唯一需要关心的是要坚持什么。 这个模块将处理所有迟钝的细节,例如在哪里和如何。 如果您需要Electron,请改用 。 安装 $ npm install conf 用法 const Conf = require ( 'conf' ) ; const config = new Conf ( ) ; config . set ( 'unicorn' , ':unicorn_face:' ) ; console . log ( config . get ( 'unicorn' ) ) ; //=> ':unicorn_face:' // Use