ハイパーリンクのような効果を実装すると、これはこのページの要素を表します
コードコピーは次のとおりです。
<html>
<head>
<script type = "text/javascript">
function mover(obj){
obj.color = "red";
}
function mout(obj){
obj.color = "blue";
}
</script>
</head>
<body>
<font style = "cursor:hand"
onclick = "window.location.href = 'http://www.baidu.com/'"
onmouseover = "mover(this)"
onmouseout = "mout(this)">歓迎</font>
</body>
</html>
JavaScript事件について何か知っていますか?ご質問がある場合はメッセージを残してください