Skip to content

截流

js
function threate(fn) {
    return () => {
        fn();
    };
}