????:<!DOCTYPE html><html><head> <title>jQuery下拉導(dǎo)航</title> <script type="text/javascript" src="../jQuery/jquery-3.3.1.js"></script></head>
<!DOCTYPE html>
<html>
<head>
<title>jQuery下拉導(dǎo)航</title>
<script type="text/javascript" src="../jQuery/jquery-3.3.1.js"></script>
</head>
<body>
<script>
$(function(){
$('ul').hide()
$('h3').click(function(){
$('ul').show()
})
})
</script>
<h3>我是標(biāo)題</h3>
<ul>
<li>我是第一個(gè)</li>
<li>我是第一個(gè)</li>
<li>我是第一個(gè)</li>
<li>我是第一個(gè)</li>
</ul>
</body>
</html>
?? ???:滅絕師太?? ??:2019-03-19 09:29:12
???? ??:你這個(gè)完成的還沒老師的代碼多,希望作業(yè)態(tài)度認(rèn)真