JavaScript中变量为什么不能被函数调用?
<script>window.onload=function(){varoImg=document.getElementById("djw");varoDiv=docum...
<script>
window.onload=function(){
var oImg=document.getElementById("djw");
var oDiv=document.getElementById("div");
var oSr=document.getElementById("input");
var str=oSr.value;
oImg.onclick=function(){
oDiv.innerHTML="<div>说:“+str+”</div>";
}
}
</script>
</head>
<body>
<div id="div"></div>
<span id="djw">点击我</span>
<input value="成功了!" id="input"/>
</body> 展开
window.onload=function(){
var oImg=document.getElementById("djw");
var oDiv=document.getElementById("div");
var oSr=document.getElementById("input");
var str=oSr.value;
oImg.onclick=function(){
oDiv.innerHTML="<div>说:“+str+”</div>";
}
}
</script>
</head>
<body>
<div id="div"></div>
<span id="djw">点击我</span>
<input value="成功了!" id="input"/>
</body> 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询