兩個相同的FUNCTION在JAVASCRIPT裡
不會出錯,但有覆蓋的效果
<script>
testa();
function testa(){alert(1)}
function testa(){alert(2)}
</script>
20080619
兩個相同的FUNCTION
TAG
Code,
javascript
訂閱:
張貼留言 (Atom)
Part of egg.
兩個相同的FUNCTION在JAVASCRIPT裡
不會出錯,但有覆蓋的效果
<script>
testa();
function testa(){alert(1)}
function testa(){alert(2)}
</script>
沒有留言:
張貼留言