梗概:

使用nodejs原生的httphttps模块发送POST请求, 详见nodejs的http或https模块 因为同源协议只存在于浏览器中, 而nodejs脱离了浏览器, 所以可以跨域请求