使用express来代理服务的方法 nodejs和nginx都可以反向代理,解决跨域问题。本地服务constexpress=require('express')constapp=express() 代理服务