腾讯 7. const func = (function () {     let i = 1;     return function() {         return i++;     } })();