20080619

兩個相同的FUNCTION

兩個相同的FUNCTION在JAVASCRIPT裡
不會出錯,但有覆蓋的效果

<script>
testa();
function testa(){alert(1)}
function testa(){alert(2)}
</script>

沒有留言: