javascript windows浏览器为什么不弹出alert
<html><head><title>Hello</title><scriptlanguage=“JavaScript”>functionhello(){alert("w...
<html>
<head>
<title>Hello</title>
<script language=“JavaScript”>
function hello()
{
alert("welcome to come! ");
}
function byebye()
{
alert("want to go? Don't come next time");
}
</script>
</head>
<body onLoad="hello()" onUnLoad="byebye()">
</body>
</html> 展开
<head>
<title>Hello</title>
<script language=“JavaScript”>
function hello()
{
alert("welcome to come! ");
}
function byebye()
{
alert("want to go? Don't come next time");
}
</script>
</head>
<body onLoad="hello()" onUnLoad="byebye()">
</body>
</html> 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询