js防止页面抖动(按钮,请求等重复提交)
用防抖动来阻止页面的重复提交: function debounce(func, wait) { let timeout return function () { clearTimeout(t ...
用防抖动来阻止页面的重复提交: function debounce(func, wait) { let timeout return function () { clearTimeout(t ...