()()

80 阅读1分钟

`(function() {

var str;

console.log(str);

str = 'inner';

})();`