Results 2 issues of wuxin

I am running the following function for thousands of times: ``` function request() { var request = process.env.HTTP2_PLAIN ? http2.raw.get(options) : http2.get(options); // Receiving the response request.on('response', function(response) { response.on('data',...

能否输出各个数字的概率数据,而不是单纯给一组号码。 比如红球 33 个,每个的概率在本期是多少,蓝球也是如此。 谢谢!