标签: javascript
内容变量即使在其前面有一个窗口,也不会为尝试使用它的第二个函数所知。我究竟做错了什么?
<button id="button" onclick="myFunction();">Button</div> function MyFunction(){ window.content = "Hello"; chi(); } function chi() { var MyNewVar = content; alert(MyNewVar); }
http://jsfiddle.net/DN3yC/10/