function showPic(whichpic){ var source=whichpic.getAttribute("href"); var placeholder=document.getElementById("placeholder"); placeholder.setAttribute("src",source); }我想實(shí)現(xiàn)的一個(gè)效果是 單擊第一個(gè)鏈接的文字 ,鏈接的圖片是直接在<img />上顯示的,而不是重新跳轉(zhuǎn)一個(gè)頁面顯示??墒且恢睂?shí)現(xiàn)不到,不知道哪里錯(cuò)了。是onload事件函數(shù)出錯(cuò)了嗎 還是showPic函數(shù)寫錯(cuò)了。。html引用js是沒有問題的。
js中onload觸發(fā)時(shí)間
UncleKeith
2015-10-22 23:57:57