新手在這裏。 我嘗試獲取來自不同的HTTP數據源的數據,但我不能夠處理甚至「異步」的異步模式... var express = require('express');
var app = express();
var https = require("https");
var timer = require("./my_modules/timer/timer.js");
var http
我對瀏覽器如何從網站獲取數據存在疑問。我讀這兩個環節: how can an application use port 80/HTTP without conflicting with browsers? 和 Port 80 blocked on my ISP so how my browser still works? 有了這個,我明白,瀏覽器打開一個局部隨機源端口和連接到網站的端口80。現在我