<input id="btn2" value="点击" type="button">
<script>
function(){
var btn2=document.getElementById('btn2');
btn2.onclick=function()
{
alert('hello world');
}
}
</script>
怎么点击不弹出,哪里出错了 ???????????
大先生
2014-11-06
1 回答
举报
0/150
提交
取消