nodejs如何区分开发环境与生产环境

if(process.env.NODE.ENV==‘development’){ //开发环境 } else{ //生产环境 }web
相关文章
相关标签/搜索