在UNIX系统中:

$ NODE_ENV=production node app

在Windows中:

$ set NODE_ENV=production

$ node app

这些环境变量会出现在程序里的pross.env对象中。