以下程序的运行结果?
http://xxx.fishc.com/forum/201704/17/074208jmk6okimmolkr4iz.png问:
var foo = 'hello';
(function() {
var foo = foo || 'world';
console.log(foo);
})();
答:
**** Hidden Message *****
○试题索引贴●
如果喜欢,请订阅{:10_303:} :
HTML5 - 庖丁解牛 + JavaScript - 庖丁解牛
{:9_241:} 0 hello world
页:
[1]