轮询反模式的另一个变体是:页面反复向服务器发送请求,即使请求没有发生变化。
Another variant of the polling anti-pattern is when a page bounces a request off the server over and over again, even if the request hasn't changed.
轮询反模式的另一个变体是:页面反复向服务器发送请求,即使请求没有发生变化。
Another variant of the polling anti-pattern is when a page bounces a request off the server over and over again, even if the request hasn't changed.
应用推荐