Re: [ js ] 全域和區域變數

看板Ajax作者 (夏天到了,冷不起來了說)時間16年前 (2008/06/15 12:37), 編輯推噓2(201)
留言3則, 3人參與, 最新討論串2/5 (看更多)

06/15 12:26,
把你的Code貼出來看看..
06/15 12:26
<script language="javascript"> var mode='edit'; function upload() { alert(mode); <==執行到這邊時是 undefined mode = 'uplaod'; alert(mode); <== upload .... } </script> -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 59.104.154.112

06/15 13:37, , 1F
手邊沒ie6, firefox跟ie7都會跳出'edit'和'upload'
06/15 13:37, 1F

06/15 14:00, , 2F
原來的code也大改過了..不知道是不是有打錯變數
06/15 14:00, 2F

06/15 17:21, , 3F
我在IE 6中也是跳出'edit'和'upload'
06/15 17:21, 3F
文章代碼(AID): #18L9oTGT (Ajax)
討論串 (同標題文章)
文章代碼(AID): #18L9oTGT (Ajax)