一个简单的例子让你明白 function test(){ ck="hello" } alert(window.ck);//undifined test(); alert(window.ck);//hello