为了账号安全,请及时绑定邮箱和手机立即绑定

为什么我显示出现乱码

<!DOCTYPE html>

<html>

<head>

<title>事件流</title>

<mete charset="utf-8"></mete>

</head>

<body>

<script type="text/javascript">

function jw(){

alert("第二种");

}

var bth2=document.getElementByid("bth2");

bth2.onclick=function(){

alert("DOMe0方法")

};

</script>

<div id="box">

<input type="button"  value="按钮"   id="btn"   onclick="alert('hello')" >

<input type="button"  value="按钮1"  id="bth1"  onclick="jw()">

<input type="button"  value="按钮2"  id="bth2">

</div>

</body>

</html>


正在回答

2 回答

meta不是mete

0 回复 有任何疑惑可以回复我~

去掉</mete>

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么我显示出现乱码

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信