<html>
<head>
<title></title>
<script language="javascript" type="text/javascript">
window.onload = function(){
document.getElementById("buta").onclick = function(){
location.href = "welcom.htm";
}
}
</script>
</head>
<body>
<input type="button" value="链接" id="buta"/>
</body>
</html>
js按钮改成连接跳转
最新推荐文章于 2023-07-30 11:16:05 发布
9722

被折叠的 条评论
为什么被折叠?



