下面我们来看看JavaScript函数的实例详细代码
<!DOCTYPE html>
<html>
<head>
<script>
function mFunction()
{
alert("Hello CLEWO.NET !");
}
</script>
</head>
<body>
<button onclick="mFunction()">点击这里</button>
</body>
</html>
版权声明:本站内容为网页知识大全所有,严禁复制,转载,其他部份为用户投稿,如有侵权请速告知,我们将会在24小时内删除;