<script>function test(xxx){ alert(xxx); var xxx = 123; function xxx(){ } alert(xxx); }test(444);</script>