亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

jQuery基本語法練手

原創(chuàng) 2019-02-06 17:58:51 266
摘要:在這節(jié)課我在寫的時候犯了很嚴(yán)重的一個錯誤。路徑錯了。致命呀。半個多小時才找到問題。路程還遠(yuǎn)著呢,還需努力。路徑對了,怎么都好弄。呵呵<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport&qu

在這節(jié)課我在寫的時候犯了很嚴(yán)重的一個錯誤。路徑錯了。致命呀。半個多小時才找到問題。路程還遠(yuǎn)著呢,還需努力。路徑對了,怎么都好弄。呵呵

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta http-equiv="X-UA-Compatible" content="ie=edge">

<title>Document</title>

<script src="jquery/jquery-3.3.1.js"></script>

</head>

<body>

<script>

$(document).ready(function(){

/* $str='我是一個變量';

           alert($str); */

$('#yc').click(function(){

$('.box').hide();

})

$('#xs').click(function(){

$('.box').show();

})

})

</script>

<style>

.box{width: 200px;height: 200px;background: pink;margin: 50px;}

</style>

<div class="box"></div>

<button id="xs">顯示</button>

<button id="yc">隱藏</button>

</body>

</html>


批改老師:滅絕師太批改時間:2019-02-11 09:33:25
老師總結(jié):有錯誤是好事情 , 繼續(xù)加油 , 學(xué)習(xí)進度不錯

發(fā)布手記

熱門詞條