const closure = () => {
    // 补全代码
    let add = 0;
    return () => {return ++add};
}