1 <script>
2 function test(){
3      alert('********');
4 }
5 test();
6 window.test();
7 </script>