猿问

为什么在sublime中的html页面中插入的js代码完全没有反应?js代码完全只有alert一句而已!

<!DOCTYPE html>

<html>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<head>

<title>测试</title>

<style type="text/css">

li{ 

background-color: #f4f;

display: block;

float: left;

}

._ul{

                  float: left;

display: block;

}

</style>

</head>


<body>

<div class="_div">

<ul class="_ul" id="_click">

<li class="_li_img"><img src="#"></li>

<li class="_li_txt">更多</li>

</ul>

</div>


<script type="text/javascript">

alert("kkkkkk");

</script>


</body>

</html>


qq_盼盼_6
浏览 2674回答 2
2回答

云上之巅

<script type="text/javascript">window.onload=function(){alert("kkkkkk");}</script>

Leal_Gullden

表示看不懂你的问题,从你的代码上看出你只敲了alert这么一行代码,能讲具体点吗?
随时随地看视频慕课网APP
我要回答