function showPic(whichpic){
var source = whichpic.getAttribute("href");
var placeholder =document.getElementById("placeholder");
placeholder.setAttribute("src",source);
}
添加回答
举报
0/150
提交
取消