https.Server类server.timeoutserver.setTimeout(msecs, callback)https.Server类 server.timeoutserver.setTimeout(msecs, callback) 这个类是 tls.Server 的子类,并且触发的事件和 http.Server 相同。详见 http.Server 了解更多信息。 server.timeout详见 http.Server#timeout。 server.setTimeout(msecs, callback)详见 http.Server#setTimeout()。